about summary refs log tree commit diff
path: root/pkgs/applications/misc/qdirstat
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 17:29:58 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 17:29:58 -0700
commitfeac3f8c424a2b387b1e951c0f48576c37e891e7 (patch)
treee82c6535f0386c37ee1f6b2afe0564df984957df /pkgs/applications/misc/qdirstat
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
qdirstat: 1.5.90 -> 1.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qdirstat/versions
Diffstat (limited to 'pkgs/applications/misc/qdirstat')
-rw-r--r--pkgs/applications/misc/qdirstat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/qdirstat/default.nix b/pkgs/applications/misc/qdirstat/default.nix
index a45f12293fd8e..61df8f612fcf3 100644
--- a/pkgs/applications/misc/qdirstat/default.nix
+++ b/pkgs/applications/misc/qdirstat/default.nix
@@ -3,7 +3,7 @@
 , makeWrapper, perlPackages }:
 
 let
-  version = "1.5.90";
+  version = "1.6";
 in stdenv.mkDerivation rec {
   name = "qdirstat-${version}";
 
@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
     owner = "shundhammer";
     repo = "qdirstat";
     rev = "${version}";
-    sha256 = "161jzii5p0dflbpixibn3yhp13smjf6aw802rz1q4879s12gqdq6";
+    sha256 = "0q4ccjmlbqifg251kyxwys8wspdskr8scqhacyfrs9cmnjxcjqan";
   };
 
   nativeBuildInputs = [ qmake makeWrapper ];