Skip to content

Commit

Permalink
Merge pull request #142096 from arcz/protobuf-3.18.1
Browse files Browse the repository at this point in the history
protobuf: 3.18.0 -> 3.19.0
  • Loading branch information
marsam authored Oct 27, 2021
2 parents 9e0658f + fc50030 commit dbf16dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/protobuf/3.18.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ callPackage, ... }:

callPackage ./generic-v3.nix {
version = "3.18.0";
sha256 = "0nhjw4m4dm6wqwwsi0b18js5wbh3ibrpsq195g6mk9cx54fx097f";
version = "3.18.1";
sha256 = "sha256-5PK0uuk7Du9hX/hHy0gninHIKu6b8THdfVh87Gn7y2Q=";
}
6 changes: 6 additions & 0 deletions pkgs/development/libraries/protobuf/3.19.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ callPackage, ... }:

callPackage ./generic-v3.nix {
version = "3.19.0";
sha256 = "0rx4r4d7hqr0gi3v90jbkm2lnkj9p37dhgwx9d0w7kgh3rvr4i7g";
}
3 changes: 2 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18959,8 +18959,9 @@ with pkgs;

prospector = callPackage ../development/tools/prospector { };

protobuf = protobuf3_18;
protobuf = protobuf3_19;

protobuf3_19 = callPackage ../development/libraries/protobuf/3.19.nix { };
protobuf3_18 = callPackage ../development/libraries/protobuf/3.18.nix { };
protobuf3_17 = callPackage ../development/libraries/protobuf/3.17.nix { };
protobuf3_16 = callPackage ../development/libraries/protobuf/3.16.nix { };
Expand Down

0 comments on commit dbf16dc

Please sign in to comment.