basex: 12.0 -> 12.1

This commit is contained in:
R. Ryantm
2025-12-24 12:29:03 +00:00
parent 244110c8b1
commit 2b7aee7b8a
+2 -2
View File
@@ -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 = [