Unverified Commit 9f65f287 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

hextazy, fancy-cat, prometheus-solaredge-exporter, wcc: fix source hash (#408088)

parents e537cd35 a6bc3c12
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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 = [
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
    owner = "endrazine";
    repo = "wcc";
    rev = "8cbb49345d9596dfd37bd1b681753aacaab96475";
    hash = "sha256-f19EqkXJ97k0gjVBEBLzfNqYZ/J7sCCGBEeFsSax3uU=";
    hash = "sha256-TYYtnMlrp/wbrTmwd3n90Uni7WE54gK6zKSBg4X9ZfA=";
    deepClone = true;
    fetchSubmodules = true;
  };