libsixel: 1.6.1 -> 1.7.3

This commit is contained in:
Rahul Gopinath 2017-02-07 17:11:13 -08:00
parent bd46a375df
commit bac5a018a0

View File

@ -1,13 +1,13 @@
{stdenv, fetchFromGitHub}:
stdenv.mkDerivation rec {
version = "1.6.1";
version = "1.7.3";
name = "libsixel-${version}";
src = fetchFromGitHub {
repo = "libsixel";
rev = "ef4374f80385edc48e0844cf324d7ef757688e44";
rev = "v${version}";
owner = "saitoha";
sha256 = "08m5q2ppk235bzbwff1wg874vr1bh4080qdj26l39v8lw1xzlqcp";
sha256 = "1hzmypzzigmxl07vgc52wp4dgxkhya3gfk4yzaaxc8s630r6ixs8";
};
meta = with stdenv.lib; {