basex: 11.6 -> 11.7

This commit is contained in:
R. Ryantm
2025-02-02 11:08:49 +01:00
committed by Bjørn Forsman
parent 7e26be4395
commit 7abfe41536
+2 -2
View File
@@ -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 = [