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

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

7 lines
161 B
Nix
Raw Normal View History

2023-01-07 03:53:17 +01:00
{ callPackage, ... } @ args:
2022-04-21 01:04:52 +02:00
2023-01-07 03:53:17 +01:00
callPackage ./generic-v3.nix ({
version = "3.20.3";
sha256 = "sha256-u/1Yb8+mnDzc3OwirpGESuhjkuKPgqDAvlgo3uuzbbk=";
2023-01-07 03:53:17 +01:00
} // args)