basex: 10.0 -> 10.1

This commit is contained in:
R. Ryantm 2022-08-23 05:20:36 +00:00 committed by Bjørn Forsman
parent 19b26144cd
commit f9564f4f02

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "basex";
version = "10.0";
version = "10.1";
src = fetchurl {
url = "http://files.basex.org/releases/${version}/BaseX${builtins.replaceStrings ["."] [""] version}.zip";
hash = "sha256-3NWmgvMEWdj3h7b/kg4u3EdQupgldYc/SiPO2vzF140=";
hash = "sha256-d11kqwsLsHopFi7w+wTDWx9h+UVM7Z5kY7vKXsBrvuo=";
};
nativeBuildInputs = [ unzip copyDesktopItems ];