basex: 10.4 -> 10.6

This commit is contained in:
R. Ryantm 2023-06-12 18:07:50 +00:00
parent 21c5f07ca4
commit 7fd448e9f9

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "basex";
version = "10.4";
version = "10.6";
src = fetchurl {
url = "http://files.basex.org/releases/${version}/BaseX${builtins.replaceStrings ["."] [""] version}.zip";
hash = "sha256-lwPEy4VVe2D36T3t0vnEodL6L8/Q6adOTGqWI0m7YpM=";
hash = "sha256-8C1fsoXcihMA+JXQ+aQTIi08+hZEk1cRZKg2vRB/j0k=";
};
nativeBuildInputs = [ unzip copyDesktopItems ];