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-01-22 22:34:53 +0100
committerGitHub <noreply@github.com>2023-01-22 22:34:53 +0100
commitbe4f0eeee6a56d9cd56ddcf423ebd5edb84c9533 (patch)
tree30140db222671c4a0ab9205fae6997fc72afe2a4 /pkgs/tools/text/xml
parenta00dbbef92b72a79348a24ff18ead4098b060777 (diff)
parent512fafc446ded1ce304016979e5c1c4616b0cb02 (diff)
Merge pull request #195935 from r-ryantm/auto-update/basex
basex: 10.2 -> 10.4
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 36d7dea4cea2d..387e3735c7cd2 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.2";
+  version = "10.4";
 
   src = fetchurl {
     url = "http://files.basex.org/releases/${version}/BaseX${builtins.replaceStrings ["."] [""] version}.zip";
-    hash = "sha256-byx1gY/tzUmdi120tQzUywj9XroLyxYVMb4UilkChNk=";
+    hash = "sha256-lwPEy4VVe2D36T3t0vnEodL6L8/Q6adOTGqWI0m7YpM=";
   };
 
   nativeBuildInputs = [ unzip copyDesktopItems ];