Unverified Commit ace06ce8 authored by Erik Arvstedt's avatar Erik Arvstedt
Browse files

btcpayserver, nbxplorer: sha256 -> hash

parent 17aa8f95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ buildDotnetModule rec {
    owner = "btcpayserver";
    repo = "btcpayserver";
    tag = "v${version}";
    sha256 = "sha256-5zvxLEQbKTcslcpq1JRgY/L0XWnQ4UyFWww6SGcTtcs=";
    hash = "sha256-5zvxLEQbKTcslcpq1JRgY/L0XWnQ4UyFWww6SGcTtcs=";
  };

  projectFile = "BTCPayServer/BTCPayServer.csproj";
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ buildDotnetModule rec {
    owner = "dgarage";
    repo = "NBXplorer";
    rev = "v${version}";
    sha256 = "sha256-RTkKyckdAv6+wJSlDlR+Q8fw0aZEbi4AwB+OPHI7TR4=";
    hash = "sha256-RTkKyckdAv6+wJSlDlR+Q8fw0aZEbi4AwB+OPHI7TR4=";
  };

  projectFile = "NBXplorer/NBXplorer.csproj";