[Backport release-25.05] hextazy, fancy-cat, prometheus-solaredge-exporter, wcc: fix source hash (#408152)

This commit is contained in:
Wolfgang Walther
2025-05-26 05:53:54 +00:00
committed by GitHub
4 changed files with 6 additions and 5 deletions

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;

View File

@@ -11,8 +11,8 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "0xfalafel";
repo = "hextazy";
rev = "${version}";
hash = "sha256-EdcUAYT/3mvoak+6HIV6z0jvFTyjuS7WpT2kivQKpyg=";
tag = version;
hash = "sha256-6G0mD55BLMfqpgz1wtQBsAfGKlRcVEYJAPQJ3z8Yxnw=";
};
useFetchCargoVendor = true;

View File

@@ -13,7 +13,7 @@ buildGoModule (finalAttrs: {
owner = "paepckehh";
repo = "solaredge_exporter";
tag = "v${finalAttrs.version}";
hash = "sha256-Aw6rMXE0jgqdUScQcFplNnpglwl13BRdTEN1gMQJSd0=";
hash = "sha256-vo0WaiigwjSEA+wEUs8Wdko+UHq5OXXcVcfgna/QVHE=";
};
ldflags = [

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation {
owner = "endrazine";
repo = "wcc";
rev = "8cbb49345d9596dfd37bd1b681753aacaab96475";
hash = "sha256-f19EqkXJ97k0gjVBEBLzfNqYZ/J7sCCGBEeFsSax3uU=";
hash = "sha256-TYYtnMlrp/wbrTmwd3n90Uni7WE54gK6zKSBg4X9ZfA=";
deepClone = true;
fetchSubmodules = true;
};