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

basex: 10.2 -> 10.4
This commit is contained in:
Weijia Wang
2023-01-22 22:34:53 +01:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "basex";
version = "10.2";
version = "10.4";
src = fetchurl {
url = "http://files.basex.org/releases/${version}/BaseX${builtins.replaceStrings ["."] [""] version}.zip";
hash = "sha256-byx1gY/tzUmdi120tQzUywj9XroLyxYVMb4UilkChNk=";
hash = "sha256-lwPEy4VVe2D36T3t0vnEodL6L8/Q6adOTGqWI0m7YpM=";
};
nativeBuildInputs = [ unzip copyDesktopItems ];