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
commit be4f0eeee6
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.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 ];