about summary refs log tree commit diff
path: root/pkgs/development/libraries/libsixel
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-07 14:23:52 +0000
committerJon <jonringer@users.noreply.github.com>2020-02-16 19:55:15 -0800
commit79969356682e7ea642a0ee934080cc769a689790 (patch)
treeb4877a97ad346800480a99bf27ab8d7a9eb8e375 /pkgs/development/libraries/libsixel
parent7855afeef7eda3b4d63815b5e927038dc1676e50 (diff)
downloadnixlib-79969356682e7ea642a0ee934080cc769a689790.tar
nixlib-79969356682e7ea642a0ee934080cc769a689790.tar.gz
nixlib-79969356682e7ea642a0ee934080cc769a689790.tar.bz2
nixlib-79969356682e7ea642a0ee934080cc769a689790.tar.lz
nixlib-79969356682e7ea642a0ee934080cc769a689790.tar.xz
nixlib-79969356682e7ea642a0ee934080cc769a689790.tar.zst
nixlib-79969356682e7ea642a0ee934080cc769a689790.zip
libsixel: 1.8.4 -> 1.8.6
Diffstat (limited to 'pkgs/development/libraries/libsixel')
-rw-r--r--pkgs/development/libraries/libsixel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libsixel/default.nix b/pkgs/development/libraries/libsixel/default.nix
index 9973f3373982..3c3beb5f1a78 100644
--- a/pkgs/development/libraries/libsixel/default.nix
+++ b/pkgs/development/libraries/libsixel/default.nix
@@ -1,13 +1,13 @@
 {stdenv, fetchFromGitHub}:
 stdenv.mkDerivation rec {
-  version = "1.8.4";
+  version = "1.8.6";
   pname = "libsixel";
 
   src = fetchFromGitHub {
     repo = "libsixel";
     rev = "v${version}";
     owner = "saitoha";
-    sha256 = "1zckahfl0j7k68jf87iwdc4yx7fkfhxwa7lrf22dnz36d2iq785v";
+    sha256 = "1saxdj6sldv01g6w6yk8vr7px4bl31xca3a82j6v1j3fw5rbfphy";
   };
 
   configureFlags = [