Commit 7abfe415 authored by R. RyanTM's avatar R. RyanTM Committed by Bjørn Forsman
Browse files

basex: 11.6 -> 11.7

parent 7e26be43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "basex";
  version = "11.6";
  version = "11.7";

  src = fetchurl {
    url = "http://files.basex.org/releases/${version}/BaseX${
      builtins.replaceStrings [ "." ] [ "" ] version
    }.zip";
    hash = "sha256-JGf+eBBlzbg0UYQqpx/IjGhjOKWCvl5rfnYpYE+JWM4=";
    hash = "sha256-4xeMdmfk6JmfetfDGlqKQYTMtf15vRGRKYRdyrC90Cc=";
  };

  nativeBuildInputs = [