basex: 10.1 -> 10.2

This commit is contained in:
R. Ryantm
2022-10-02 08:45:51 +02:00
committed by Bjørn Forsman
parent ba8d3d32c2
commit 17b937f7ca
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "basex";
version = "10.1";
version = "10.2";
src = fetchurl {
url = "http://files.basex.org/releases/${version}/BaseX${builtins.replaceStrings ["."] [""] version}.zip";
hash = "sha256-d11kqwsLsHopFi7w+wTDWx9h+UVM7Z5kY7vKXsBrvuo=";
hash = "sha256-byx1gY/tzUmdi120tQzUywj9XroLyxYVMb4UilkChNk=";
};
nativeBuildInputs = [ unzip copyDesktopItems ];