fancy-cat: update hash and mark broken

The build phase wants to fetch dependencies from GitHub.
This commit is contained in:
Martin Weinelt 2025-05-17 19:49:39 +02:00
parent 1fbf90ecce
commit f42172f73b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "freref";
repo = "fancy-cat";
tag = "v${finalAttrs.version}";
hash = "sha256-ziHtPfK9GOxKF800kk+kh12Fwh91xbjDYx9wv2pLZWI=";
hash = "sha256-Wasxhsv4QhGscOEsGirabsq92963S8v1vOBWvAFuRoM=";
};
patches = [ ./0001-changes.patch ];
@ -50,6 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
broken = true; # build phase wants to fetch from github
description = "PDF viewer for terminals using the Kitty image protocol";
homepage = "https://github.com/freref/fancy-cat";
license = lib.licenses.agpl3Plus;