summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2024-09-01 22:25:35 +0100
committerRobert Scott <code@humanleg.org.uk>2024-09-01 22:25:35 +0100
commit9654c12c66d9a0c07278d713f7793fb8b2e4814d (patch)
tree1f44b5efbb83c40b8772bc00a457247c406806c7
parent[24.05] duckdb: add patch for CVE-2024-41672 (#337510) (diff)
downloadnixpkgs-9654c12c66d9a0c07278d713f7793fb8b2e4814d.tar.gz
grpc: 1.62.1 -> 1.62.3
addressing CVE-2024-7246
-rw-r--r--pkgs/development/libraries/grpc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/grpc/default.nix b/pkgs/development/libraries/grpc/default.nix
index bf9b58ec4a09..b8428cde6ad0 100644
--- a/pkgs/development/libraries/grpc/default.nix
+++ b/pkgs/development/libraries/grpc/default.nix
@@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "grpc";
- version = "1.62.1"; # N.B: if you change this, please update:
+ version = "1.62.3"; # N.B: if you change this, please update:
# pythonPackages.grpcio-tools
# pythonPackages.grpcio-status
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
- hash = "sha256-L0bn6Bg36UKIRxznH9o4T7WXUqMwFjr8ybeQfbUi8xM=";
+ hash = "sha256-ShcC90WSMFVjpuM1up+0JShqK3RGW2edxlp9wMt6dPg=";
fetchSubmodules = true;
};