fancy-cat: update hash and mark broken
The build phase wants to fetch dependencies from GitHub.
This commit is contained in:
parent
1fbf90ecce
commit
f42172f73b
@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "freref";
|
owner = "freref";
|
||||||
repo = "fancy-cat";
|
repo = "fancy-cat";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-ziHtPfK9GOxKF800kk+kh12Fwh91xbjDYx9wv2pLZWI=";
|
hash = "sha256-Wasxhsv4QhGscOEsGirabsq92963S8v1vOBWvAFuRoM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./0001-changes.patch ];
|
patches = [ ./0001-changes.patch ];
|
||||||
@ -50,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
broken = true; # build phase wants to fetch from github
|
||||||
description = "PDF viewer for terminals using the Kitty image protocol";
|
description = "PDF viewer for terminals using the Kitty image protocol";
|
||||||
homepage = "https://github.com/freref/fancy-cat";
|
homepage = "https://github.com/freref/fancy-cat";
|
||||||
license = lib.licenses.agpl3Plus;
|
license = lib.licenses.agpl3Plus;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user