about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorGaƩtan Lepage <33058747+GaetanLepage@users.noreply.github.com>2024-06-26 07:35:38 +0200
committerGitHub <noreply@github.com>2024-06-26 07:35:38 +0200
commit37694196305ba9dca923521b182007010d211d6b (patch)
treed360ece823f3bd8ba280d5d9a05946b75710a01b /pkgs/development
parentb3f3c1b13fb08f3828442ee86630362e81136bbc (diff)
parent8f28c1853d1f47de86bcb2e6546f8e3d6a77cdfb (diff)
Merge pull request #322486 from GaetanLepage/protobuf
protobuf_27: 27.1 -> 27.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/protobuf/27.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/protobuf/27.nix b/pkgs/development/libraries/protobuf/27.nix
index 0f256c5c783af..03336c2a0b143 100644
--- a/pkgs/development/libraries/protobuf/27.nix
+++ b/pkgs/development/libraries/protobuf/27.nix
@@ -1,6 +1,6 @@
 { callPackage, ... } @ args:
 
 callPackage ./generic.nix ({
-  version = "27.1";
-  hash = "sha256-9XOcjNm4k4VhQ/XagcVO2tXxp6bBdyuvrS7sNGy4wG0=";
+  version = "27.2";
+  hash = "sha256-9avetEoB51WblGRy/7FTmhCb06Vi1JfwWv2dxJvna2U=";
 } // args)