mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-28 15:54:32 +00:00
Merge pull request #317568 from GaetanLepage/protobuf27
protobuf_27: 27.0 -> 27.1
This commit is contained in:
commit
844ccd07fb
@ -1,6 +1,6 @@
|
||||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix ({
|
||||
version = "27.0";
|
||||
hash = "sha256-QVgDGyNTCSYU/rXTMcHUefUGVjwkkjnpq0Kq+eXK/bo=";
|
||||
version = "27.1";
|
||||
hash = "sha256-9XOcjNm4k4VhQ/XagcVO2tXxp6bBdyuvrS7sNGy4wG0=";
|
||||
} // args)
|
||||
|
Loading…
Reference in New Issue
Block a user