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

7 lines
154 B
Nix
Raw Normal View History

{ callPackage, ... } @ args:
callPackage ./generic.nix ({
version = "27.2";
hash = "sha256-9avetEoB51WblGRy/7FTmhCb06Vi1JfwWv2dxJvna2U=";
} // args)