Merge pull request #104841 from redvers/update_cassandra_3.0.17_to_3.0.23_cve-2020-13946

cassandra_3_0: 3.0.17 -> 3.0.23
This commit is contained in:
Andreas Rammhold 2020-11-28 16:43:03 +01:00 committed by GitHub
commit 9ea8fd6df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
version = "3.0.17";
sha256 = "0568r5xdy78pl29zby5g4m9qngf29cb9222sc1q1wisapb7zkl2p";
version = "3.0.23";
sha256 = "0cbia20bggq85q2p6gsybw045qdfqxd5xv8ihppq1hwl21sb2klz";
})