libsixel: 1.8.1 -> 1.8.2 (#44758)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libsixel/versions.
This commit is contained in:
parent
8c7fa1e836
commit
368169366f
@ -1,13 +1,13 @@
|
|||||||
{stdenv, fetchFromGitHub}:
|
{stdenv, fetchFromGitHub}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.8.1";
|
version = "1.8.2";
|
||||||
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 = "0cbhvd1yk0q08nxva5bga7bpp8yxjfdfnqicvip4l6k28mzz7pmf";
|
sha256 = "1jn5z2ylccjkp9i12n5x53x2zzhhsgmgs6xxi7aja6qimfw90h1n";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user