Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

basex: 11.8 -> 11.9

authored by

R. Ryantm and committed by
Bjørn Forsman
c741f94a cc54c77b

+2 -2
+2 -2
pkgs/by-name/ba/basex/package.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "basex"; 14 - version = "11.8"; 14 + version = "11.9"; 15 15 16 16 src = fetchurl { 17 17 url = "http://files.basex.org/releases/${version}/BaseX${ 18 18 builtins.replaceStrings [ "." ] [ "" ] version 19 19 }.zip"; 20 - hash = "sha256-bzRsKKwOWbXfgbJ51VX3ND9tf+CO3lpB10hw032oJyM="; 20 + hash = "sha256-55bZL/ogND4/X8ysMUC67C8AVv3eBWTm3iKfyR7bPVM="; 21 21 }; 22 22 23 23 nativeBuildInputs = [