mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #322486 from GaetanLepage/protobuf
protobuf_27: 27.1 -> 27.2
This commit is contained in:
commit
3769419630
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue