mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
protobufc: fix compatibility with updated protobuf by picking the upstream minor patch
This commit is contained in:
parent
07b220808e
commit
2f3579dfd5
@ -5,7 +5,8 @@ callPackage ./generic.nix (args // rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "protobuf-c";
|
||||
repo = "protobuf-c";
|
||||
rev = "v${version}";
|
||||
sha256 = "1dmvs0bhyx94ipaq3c7jmwcz4hwjmznn7310kqkqx7ly0w5vxxxr";
|
||||
#rev = "v${version}";
|
||||
rev = "9412830d0680150d429d2aa170b8d7218ab49397";
|
||||
sha256 = "175cmaj5231iqzhf5a9sxw2y3i165chk3681m1b5mp8di927q5ai";
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user