libsixel: 1.8.4 -> 1.8.6
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
{stdenv, fetchFromGitHub}:
|
{stdenv, fetchFromGitHub}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.8.4";
|
version = "1.8.6";
|
||||||
pname = "libsixel";
|
pname = "libsixel";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "libsixel";
|
repo = "libsixel";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "saitoha";
|
owner = "saitoha";
|
||||||
sha256 = "1zckahfl0j7k68jf87iwdc4yx7fkfhxwa7lrf22dnz36d2iq785v";
|
sha256 = "1saxdj6sldv01g6w6yk8vr7px4bl31xca3a82j6v1j3fw5rbfphy";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|||||||
Reference in New Issue
Block a user