about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-08 06:54:54 -0500
committerGitHub <noreply@github.com>2023-09-08 06:54:54 -0500
commit5ceddac3f792dd0eee076f6b3e0af8e7da46ae96 (patch)
treec4378a2ae5f04680ed9d7eca8f341db8542c70f9
parentb25e9e540490ac38aa3f392ce5963cb26e2202fa (diff)
parent3eac04a72c45b511054997f3f289721d46885aa9 (diff)
downloadnixlib-5ceddac3f792dd0eee076f6b3e0af8e7da46ae96.tar
nixlib-5ceddac3f792dd0eee076f6b3e0af8e7da46ae96.tar.gz
nixlib-5ceddac3f792dd0eee076f6b3e0af8e7da46ae96.tar.bz2
nixlib-5ceddac3f792dd0eee076f6b3e0af8e7da46ae96.tar.lz
nixlib-5ceddac3f792dd0eee076f6b3e0af8e7da46ae96.tar.xz
nixlib-5ceddac3f792dd0eee076f6b3e0af8e7da46ae96.tar.zst
nixlib-5ceddac3f792dd0eee076f6b3e0af8e7da46ae96.zip
Merge pull request #253993 from GaetanLepage/protobuf
protobuf: 3.24.2 -> 3.24.3
-rw-r--r--pkgs/development/libraries/protobuf/3.24.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/protobuf/3.24.nix b/pkgs/development/libraries/protobuf/3.24.nix
index 2deb155444ec..60ad747194df 100644
--- a/pkgs/development/libraries/protobuf/3.24.nix
+++ b/pkgs/development/libraries/protobuf/3.24.nix
@@ -1,6 +1,6 @@
 { callPackage, ... } @ args:
 
 callPackage ./generic-v3-cmake.nix ({
-  version = "3.24.2";
-  sha256 = "sha256-yVLszyVtsz1CCzeOkioL4O3mWTFKKVBUyOhwDbC5UqE=";
+  version = "3.24.3";
+  sha256 = "sha256-wXGQW/o674DeLXX2IlyZskl5OrBcSRptOMoJqLQGm94=";
 } // args)