mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
be8112b3e2
Diff: https://github.com/protocolbuffers/protobuf/compare/v25.3...v25.4 Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v25.4
7 lines
154 B
Nix
7 lines
154 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix ({
|
|
version = "25.4";
|
|
hash = "sha256-dIouv6QaX6Tlahjrdz250DJkKjZ74/EwoQjTs3vBS/U=";
|
|
} // args)
|