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

basex: 10.7 -> 11.0
This commit is contained in:
Weijia Wang 2024-06-28 01:48:47 +02:00 committed by GitHub
commit 948300941d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "basex";
version = "10.7";
version = "11.0";
src = fetchurl {
url = "http://files.basex.org/releases/${version}/BaseX${builtins.replaceStrings ["."] [""] version}.zip";
hash = "sha256-Jr73UoyJfhtXLnYgOPh+jqKc3XZs+WMwJaO5nuD+Vmw=";
hash = "sha256-ePXoinOnm9BgMeCGTtWE3ahDsEtzReAiDLMwm9cB3tE=";
};
nativeBuildInputs = [ unzip copyDesktopItems ];