Unverified Commit 3bd884a6 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

basex: 12.0 -> 12.1 (#473844)

parents a3d7f250 2b7aee7b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "basex";
  version = "12.0";
  version = "12.1";

  src = fetchurl {
    url = "http://files.basex.org/releases/${version}/BaseX${
      builtins.replaceStrings [ "." ] [ "" ] version
    }.zip";
    hash = "sha256-/9TeaAp2jckG77F8+J3aSpkoXWyTFXvXxnxXgpn58Zc=";
    hash = "sha256-vxndej8+WhnC1G493MWdxXV4MUBXYTSPC8sccyd07ao=";
  };

  nativeBuildInputs = [