basex: 12.1 -> 12.2

This commit is contained in:
R. Ryantm
2026-01-23 01:22:10 +00:00
parent 5e2f19eabc
commit e258a8d3e4
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "basex";
version = "12.1";
version = "12.2";
src = fetchurl {
url = "http://files.basex.org/releases/${version}/BaseX${
builtins.replaceStrings [ "." ] [ "" ] version
}.zip";
hash = "sha256-vxndej8+WhnC1G493MWdxXV4MUBXYTSPC8sccyd07ao=";
hash = "sha256-zD6aYVYIrF6sZD5R6NNBSH8GGgKfDPus9zsBWtv+Oyw=";
};
nativeBuildInputs = [