nixpkgs/pkgs/development/libraries/protobuf/3.8.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 02:53:17 +00:00
{ callPackage, ... } @ args:
2019-06-28 06:26:08 +00:00
2023-01-07 02:53:17 +00:00
callPackage ./generic-v3.nix ({
2019-06-28 06:26:08 +00:00
version = "3.8.0";
sha256 = "0vll02a6k46k720wfh25sl4hdai0130s3ix2l1wh6j1lm9pi7bm8";
2023-01-07 02:53:17 +00:00
} // args)