basex: 11.9 -> 12.0

This commit is contained in:
R. Ryantm
2025-06-27 06:59:18 +02:00
committed by Bjørn Forsman
parent af965e7730
commit 1a850b79b8
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "basex";
version = "11.9";
version = "12.0";
src = fetchurl {
url = "http://files.basex.org/releases/${version}/BaseX${
builtins.replaceStrings [ "." ] [ "" ] version
}.zip";
hash = "sha256-55bZL/ogND4/X8ysMUC67C8AVv3eBWTm3iKfyR7bPVM=";
hash = "sha256-/9TeaAp2jckG77F8+J3aSpkoXWyTFXvXxnxXgpn58Zc=";
};
nativeBuildInputs = [