about summary refs log tree commit diff
path: root/pkgs/tools/graphics/lsix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-22 06:05:48 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-22 06:05:48 +0000
commit3e353567f82aaa4ca7148e2b177c04b0edee0f84 (patch)
tree97d9201598f1c6c3f9154aabbf03d7b27d6db8de /pkgs/tools/graphics/lsix
parent456481aa3dd633038c86635f3bcf83d339254119 (diff)
lsix: 1.7.4 -> 1.8
Diffstat (limited to 'pkgs/tools/graphics/lsix')
-rw-r--r--pkgs/tools/graphics/lsix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/lsix/default.nix b/pkgs/tools/graphics/lsix/default.nix
index ba07e2886b533..a9f8aa21bf1d6 100644
--- a/pkgs/tools/graphics/lsix/default.nix
+++ b/pkgs/tools/graphics/lsix/default.nix
@@ -2,13 +2,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "lsix";
-  version = "1.7.4";
+  version = "1.8";
 
   src = fetchFromGitHub {
     owner = "hackerb9";
     repo = pname;
     rev = version;
-    sha256 = "sha256-mOueSNhf1ywG4k1kRODBaWRjy0L162BAO1HRPaMMbFM=";
+    sha256 = "sha256-Qx6/PFm1XBmEI6iI+Ref9jNe6sXIhsVL4VQ1CX+caZE=";
   };
 
   nativeBuildInputs = [ makeWrapper ];