Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferffish committed Nov 28, 2023
1 parent 5ab58e6 commit e11c81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/protobuf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let
owner = "protocolbuffers";
repo = "protobuf";
rev = "v${version}";
sha256 = "sha256-cSN/85rfSyznU4=";
sha256 = "honnvgmT1u26vv2AdtLfHou7B640PXaV3s0XXNkd/QE=";
};

# re-create submodule logic
Expand Down
2 changes: 1 addition & 1 deletion bindings/valhalla/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
owner = "valhalla";
repo = "valhalla";
rev = "3.4.0";
sha256 = "23432";
sha256 = "honnvgmT1u26vv2AdtLfHou7B640PXaV3s0XXNkd/QE=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit e11c81d

Please sign in to comment.