mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
protobuf_27: 27.1 -> 27.2
Diff: https://github.com/protocolbuffers/protobuf/compare/v27.1...v27.2 Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v27.2
This commit is contained in:
parent
e3b85fd928
commit
8f28c1853d
@ -1,6 +1,6 @@
|
||||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix ({
|
||||
version = "27.1";
|
||||
hash = "sha256-9XOcjNm4k4VhQ/XagcVO2tXxp6bBdyuvrS7sNGy4wG0=";
|
||||
version = "27.2";
|
||||
hash = "sha256-9avetEoB51WblGRy/7FTmhCb06Vi1JfwWv2dxJvna2U=";
|
||||
} // args)
|
||||
|
Loading…
Reference in New Issue
Block a user