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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
154 B
Nix
Raw Normal View History

{ callPackage, ... } @ args:
callPackage ./generic.nix ({
version = "25.1";
hash = "sha256-w6556kxftVZ154LrZB+jv9qK+QmMiUOGj6EcNwiV+yo=";
} // args)