mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
protobuf_25: 25.1 -> 25.2
Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v25.2
This commit is contained in:
parent
30ec6c1a3c
commit
40d570d13a
@ -1,6 +1,6 @@
|
||||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix ({
|
||||
version = "25.1";
|
||||
hash = "sha256-w6556kxftVZ154LrZB+jv9qK+QmMiUOGj6EcNwiV+yo=";
|
||||
version = "25.2";
|
||||
hash = "sha256-Bw7xOgcGLshFppH4qD8E48D8v21ZJRaRkK19LPSATMg=";
|
||||
} // args)
|
||||
|
Loading…
Reference in New Issue
Block a user