depot/third_party/nixpkgs/pkgs/development/libraries/protobuf/25.nix

7 lines
154 B
Nix
Raw Normal View History

{ callPackage, ... } @ args:
callPackage ./generic.nix ({
version = "25.4";
hash = "sha256-dIouv6QaX6Tlahjrdz250DJkKjZ74/EwoQjTs3vBS/U=";
} // args)