cassandra_4: 4.0.7 -> 4.1.0

This commit is contained in:
Aaron Jheng 2023-01-26 10:10:15 +00:00
parent 7b9a3310ac
commit c12ccc8c2b
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
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

@ -24056,6 +24056,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;