mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 17:27:36 +00:00
basex: 9.7.3 -> 10.0
This commit is contained in:
parent
21e264a45f
commit
8b6a599b7c
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "basex";
|
||||
version = "9.7.3";
|
||||
version = "10.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://files.basex.org/releases/${version}/BaseX${builtins.replaceStrings ["."] [""] version}.zip";
|
||||
hash = "sha256-ymuitTQoPdm5ZGu6h8UWYiKbUQHUz2r6B8WmJkHfYOM=";
|
||||
hash = "sha256-3NWmgvMEWdj3h7b/kg4u3EdQupgldYc/SiPO2vzF140=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip copyDesktopItems ];
|
||||
|
Loading…
Reference in New Issue
Block a user