fancy-cat: update hash and mark broken

The build phase wants to fetch dependencies from GitHub.

(cherry picked from commit f42172f73b)
This commit is contained in:
Martin Weinelt
2025-05-17 19:49:39 +02:00
committed by github-actions[bot]
parent d0607ac224
commit 64e175a09e

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;