mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +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 {
|
src = fetchFromGitHub {
|
||||||
owner = "protobuf-c";
|
owner = "protobuf-c";
|
||||||
repo = "protobuf-c";
|
repo = "protobuf-c";
|
||||||
rev = "v${version}";
|
#rev = "v${version}";
|
||||||
sha256 = "1dmvs0bhyx94ipaq3c7jmwcz4hwjmznn7310kqkqx7ly0w5vxxxr";
|
rev = "9412830d0680150d429d2aa170b8d7218ab49397";
|
||||||
|
sha256 = "175cmaj5231iqzhf5a9sxw2y3i165chk3681m1b5mp8di927q5ai";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user