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

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

7 lines
144 B
Nix
Raw Normal View History

2021-10-23 18:16:03 +00:00
{ callPackage, ... }:
callPackage ./generic-v3.nix {
version = "3.19.4";
sha256 = "sha256-mxQ8XonVgctfaNAyd3vqQHMLHVnkjBa9EObk47vxH24=";
2021-10-23 18:16:03 +00:00
}