Merge pull request #42005 from r-ryantm/auto-update/libsixel
libsixel: 1.7.3 -> 1.8.1
This commit is contained in:
commit
0f94e4ba66
@ -1,13 +1,13 @@
|
|||||||
{stdenv, fetchFromGitHub}:
|
{stdenv, fetchFromGitHub}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.7.3";
|
version = "1.8.1";
|
||||||
name = "libsixel-${version}";
|
name = "libsixel-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "libsixel";
|
repo = "libsixel";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "saitoha";
|
owner = "saitoha";
|
||||||
sha256 = "1hzmypzzigmxl07vgc52wp4dgxkhya3gfk4yzaaxc8s630r6ixs8";
|
sha256 = "0cbhvd1yk0q08nxva5bga7bpp8yxjfdfnqicvip4l6k28mzz7pmf";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user