Loading pkgs/development/libraries/protobuf/33.nix 0 → 100644 +9 −0 Original line number Diff line number Diff line { callPackage, ... }@args: callPackage ./generic.nix ( { version = "33.0"; hash = "sha256-VoMMMyPGAyjhXrYw7muHFBRjYshfqgLZZPPOXCfmmPs="; } // args ) pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -8398,6 +8398,7 @@ with pkgs; inherit ({ protobuf_33 = callPackage ../development/libraries/protobuf/33.nix { }; protobuf_32 = callPackage ../development/libraries/protobuf/32.nix { }; protobuf_31 = callPackage ../development/libraries/protobuf/31.nix { }; protobuf_30 = callPackage ../development/libraries/protobuf/30.nix { }; Loading @@ -8411,6 +8412,7 @@ with pkgs; abseil-cpp = abseil-cpp_202103; }; }) protobuf_33 protobuf_32 protobuf_31 protobuf_30 Loading Loading
pkgs/development/libraries/protobuf/33.nix 0 → 100644 +9 −0 Original line number Diff line number Diff line { callPackage, ... }@args: callPackage ./generic.nix ( { version = "33.0"; hash = "sha256-VoMMMyPGAyjhXrYw7muHFBRjYshfqgLZZPPOXCfmmPs="; } // args )
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -8398,6 +8398,7 @@ with pkgs; inherit ({ protobuf_33 = callPackage ../development/libraries/protobuf/33.nix { }; protobuf_32 = callPackage ../development/libraries/protobuf/32.nix { }; protobuf_31 = callPackage ../development/libraries/protobuf/31.nix { }; protobuf_30 = callPackage ../development/libraries/protobuf/30.nix { }; Loading @@ -8411,6 +8412,7 @@ with pkgs; abseil-cpp = abseil-cpp_202103; }; }) protobuf_33 protobuf_32 protobuf_31 protobuf_30 Loading