Skip to content

Commit e0fcd27

Browse files
r-ryantmbjornfor
authored andcommittedMar 21, 2025
basex: 11.7 -> 11.8
1 parent 6970756 commit e0fcd27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/by-name/ba/basex/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "basex";
14-
version = "11.7";
14+
version = "11.8";
1515

1616
src = fetchurl {
1717
url = "http://files.basex.org/releases/${version}/BaseX${
1818
builtins.replaceStrings [ "." ] [ "" ] version
1919
}.zip";
20-
hash = "sha256-4xeMdmfk6JmfetfDGlqKQYTMtf15vRGRKYRdyrC90Cc=";
20+
hash = "sha256-bzRsKKwOWbXfgbJ51VX3ND9tf+CO3lpB10hw032oJyM=";
2121
};
2222

2323
nativeBuildInputs = [

0 commit comments

Comments
 (0)
Failed to load comments.