Merge pull request #212754 from aaronjheng/cassandra

cassandra_4: 4.0.7 -> 4.1.0
This commit is contained in:
Weijia Wang 2023-01-26 18:01:48 +01:00 committed by GitHub
commit 5d4d40488d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{
"version": "4.0.7",
"sha256": "03k7mvm5im4lahl8wfafk5ljxd95b6zsmskip4kcpzqi6naf6s4s"
"version": "4.1.0",
"sha256": "1bh7srvdah5jvs9wrs0z9s341ix8895z0jvci2bv4bp3m7s6xzg4"
}

View File

@ -1,7 +1,7 @@
{ lib
, stdenv
, fetchurl
, python2
, python
, makeWrapper
, gawk
, bash
@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
fi
done
wrapProgram $out/bin/cqlsh --prefix PATH : ${python2}/bin
wrapProgram $out/bin/cqlsh --prefix PATH : ${python}/bin
runHook postInstall
'';

View File

@ -24061,6 +24061,7 @@ with pkgs;
# Effective Cassandra 4.0.2 there is full Java 11 support
# -- https://cassandra.apache.org/doc/latest/cassandra/new/java11.html
jre = pkgs.jdk11_headless;
python = python3;
};
cassandra = cassandra_3_11;