summary refs log tree commit diff
path: root/pkgs/servers/nosql
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2020-12-09 13:19:53 +0100
committerGitHub <noreply@github.com>2020-12-09 13:19:53 +0100
commitf41b7f6153105ce398d2702f0c702c4276b05e86 (patch)
tree2c08dffd7b66462d4c7632fc0dc176780a0249fa /pkgs/servers/nosql
parentc32ac64a53a0e788ecc2ef5f2e95886a88a4e20a (diff)
parent90d2986368afbe5bb4765579e979dbc9a15b8020 (diff)
downloadnixpkgs-f41b7f6153105ce398d2702f0c702c4276b05e86.tar
nixpkgs-f41b7f6153105ce398d2702f0c702c4276b05e86.tar.gz
nixpkgs-f41b7f6153105ce398d2702f0c702c4276b05e86.tar.bz2
nixpkgs-f41b7f6153105ce398d2702f0c702c4276b05e86.tar.lz
nixpkgs-f41b7f6153105ce398d2702f0c702c4276b05e86.tar.xz
nixpkgs-f41b7f6153105ce398d2702f0c702c4276b05e86.tar.zst
nixpkgs-f41b7f6153105ce398d2702f0c702c4276b05e86.zip
Merge pull request #104835 from redvers/update_cassandra_3.11.4_3.11.9_cve-2020-13946
cassandra: 3.11.4 -> 3.11.9
Diffstat (limited to 'pkgs/servers/nosql')
-rw-r--r--pkgs/servers/nosql/cassandra/3.11.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nosql/cassandra/3.11.nix b/pkgs/servers/nosql/cassandra/3.11.nix
index 56a3c5705b5..8ade5aac030 100644
--- a/pkgs/servers/nosql/cassandra/3.11.nix
+++ b/pkgs/servers/nosql/cassandra/3.11.nix
@@ -1,6 +1,6 @@
 { callPackage, ... } @ args:
 
 callPackage ./generic.nix (args // {
-  version = "3.11.4";
-  sha256 = "11wr0vcps8w8g2sd8qwp1yp8y873c4q32azc041xpi7zqciqwnax";
+  version = "3.11.9";
+  sha256 = "1ckaacc1z0j72llklrc4587ia6a0pab02bdyac6g3kl6kqvcz40c";
 })