Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferffish committed Nov 28, 2023
1 parent cce257f commit 5ab58e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bindings/protobuf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
}:

let
version = "3.21.8";
version = "3.25.1";
self = stdenv.mkDerivation {
name = "protobuf";

src = fetchFromGitHub {
owner = "protocolbuffers";
repo = "protobuf";
rev = "v${version}";
sha256 = "sha256-cSNHX18CvMmydpYWqfe6WWk9rGxIlFfY/85rfSyznU4=";
sha256 = "sha256-cSN/85rfSyznU4=";
};

# re-create submodule logic
Expand Down
4 changes: 2 additions & 2 deletions bindings/valhalla/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "valhalla";
repo = "valhalla";
rev = "3.3.0";
sha256 = "honnvgmT1u26vv2AdtLfHou7B640PXaV3s0XXNkd/QE=";
rev = "3.4.0";
sha256 = "23432";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 5ab58e6

Please sign in to comment.