summary refs log tree commit diff
path: root/pkgs/development/tools/xqilla
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-16 22:36:53 -0700
committerobadz <obadz-git@obadz.com>2018-05-17 09:47:54 +0100
commitfd95438c6123a36ad21f500cecfa84ba5e26cab0 (patch)
tree8f5d1fdfd791cee2227e4a00ad55e7dc20916c93 /pkgs/development/tools/xqilla
parent899173a4e3930702f16c8a34498845c1e9c11f30 (diff)
downloadnixpkgs-fd95438c6123a36ad21f500cecfa84ba5e26cab0.tar
nixpkgs-fd95438c6123a36ad21f500cecfa84ba5e26cab0.tar.gz
nixpkgs-fd95438c6123a36ad21f500cecfa84ba5e26cab0.tar.bz2
nixpkgs-fd95438c6123a36ad21f500cecfa84ba5e26cab0.tar.lz
nixpkgs-fd95438c6123a36ad21f500cecfa84ba5e26cab0.tar.xz
nixpkgs-fd95438c6123a36ad21f500cecfa84ba5e26cab0.tar.zst
nixpkgs-fd95438c6123a36ad21f500cecfa84ba5e26cab0.zip
xqilla: 2.3.3 -> 2.3.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xqilla/versions.

These checks were done:

- built on NixOS
- /nix/store/q0djr7z4ixv0mx02crj7ifqapgm54crr-xqilla-2.3.4/bin/xqilla passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.3.4 with grep in /nix/store/q0djr7z4ixv0mx02crj7ifqapgm54crr-xqilla-2.3.4
- directory tree listing: https://gist.github.com/70c99ca62187f093025b5404d2a4a6da
- du listing: https://gist.github.com/38a73f127b9835b2a8c187242de78a1d
Diffstat (limited to 'pkgs/development/tools/xqilla')
-rw-r--r--pkgs/development/tools/xqilla/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/xqilla/default.nix b/pkgs/development/tools/xqilla/default.nix
index 77bf313e83d..c163c4cbcf6 100644
--- a/pkgs/development/tools/xqilla/default.nix
+++ b/pkgs/development/tools/xqilla/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name    = "xqilla-${version}";
-  version = "2.3.3";
+  version = "2.3.4";
 
   src = fetchurl {
     url    = "mirror://sourceforge/xqilla/XQilla-${version}.tar.gz";
-    sha256 = "1mjgcyar3qyizpnb0h9lxaj6p9yq4vj09qd8qan1bwv6z6sbjxlg";
+    sha256 = "0m9z7diw7pdyb4qycbqyr2x55s13v8310xsi7yz0inpw27q4vzdd";
   };
 
   configureFlags = [ "--with-xerces=${xercesc}" ];