about summary refs log tree commit diff
path: root/pkgs/tools/text/xml
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-22 11:35:48 +0200
committerGitHub <noreply@github.com>2023-09-22 11:35:48 +0200
commitc17f1726faf1e9882896e555aaeacf0789532f7e (patch)
tree3171aaa549464e93bcecad5f98672a7146fa73d1 /pkgs/tools/text/xml
parent0b0fb4002ebae790160f8e30d23642081349b06b (diff)
parentf8b52716c5e81cfba24511a10ee4752b5d1a159f (diff)
Merge pull request #253582 from r-ryantm/auto-update/basex
basex: 10.6 -> 10.7
Diffstat (limited to 'pkgs/tools/text/xml')
-rw-r--r--pkgs/tools/text/xml/basex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/xml/basex/default.nix b/pkgs/tools/text/xml/basex/default.nix
index a99f414884465..5e9df9f513b6c 100644
--- a/pkgs/tools/text/xml/basex/default.nix
+++ b/pkgs/tools/text/xml/basex/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "basex";
-  version = "10.6";
+  version = "10.7";
 
   src = fetchurl {
     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 ];