cassandra_4: 4.0.7 -> 4.1.0
This commit is contained in:
parent
7b9a3310ac
commit
c12ccc8c2b
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "4.0.7",
|
||||
"sha256": "03k7mvm5im4lahl8wfafk5ljxd95b6zsmskip4kcpzqi6naf6s4s"
|
||||
"version": "4.1.0",
|
||||
"sha256": "1bh7srvdah5jvs9wrs0z9s341ix8895z0jvci2bv4bp3m7s6xzg4"
|
||||
}
|
||||
|
@ -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
|
||||
'';
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user