Unverified Commit c12ccc8c authored by Aaron Jheng's avatar Aaron Jheng
Browse files

cassandra_4: 4.0.7 -> 4.1.0

parent 7b9a3310
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  "version": "4.0.7",
  "sha256": "03k7mvm5im4lahl8wfafk5ljxd95b6zsmskip4kcpzqi6naf6s4s"
  "version": "4.1.0",
  "sha256": "1bh7srvdah5jvs9wrs0z9s341ix8895z0jvci2bv4bp3m7s6xzg4"
}
+2 −2
Original line number Diff line number Diff line
{ 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
  '';
+1 −0
Original line number Diff line number Diff line
@@ -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;