Merge pull request #237407 from r-ryantm/auto-update/basex

basex: 10.4 -> 10.6
This commit is contained in:
Weijia Wang 2023-06-12 23:42:39 +03:00 committed by GitHub
commit cfd3d79d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];