mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #253582 from r-ryantm/auto-update/basex
basex: 10.6 -> 10.7
This commit is contained in:
commit
c17f1726fa
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "basex";
|
pname = "basex";
|
||||||
version = "10.6";
|
version = "10.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://files.basex.org/releases/${version}/BaseX${builtins.replaceStrings ["."] [""] version}.zip";
|
url = "http://files.basex.org/releases/${version}/BaseX${builtins.replaceStrings ["."] [""] version}.zip";
|
||||||
hash = "sha256-8C1fsoXcihMA+JXQ+aQTIi08+hZEk1cRZKg2vRB/j0k=";
|
hash = "sha256-Jr73UoyJfhtXLnYgOPh+jqKc3XZs+WMwJaO5nuD+Vmw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip copyDesktopItems ];
|
nativeBuildInputs = [ unzip copyDesktopItems ];
|
||||||
|
Loading…
Reference in New Issue
Block a user