Unverified Commit 5e9b0929 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #231883 from r-ryantm/auto-update/btcpayserver

btcpayserver: 1.9.2 -> 1.9.3
parents 1334fbac a74d45c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildDotnetModule rec {
  pname = "btcpayserver";
  version = "1.9.2";
  version = "1.9.3";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-N/6/a9K8ROSJ+rsip85Av1jmggI12Clr61+9Dh56Lls=";
    sha256 = "sha256-XcpPdlDpY/RXOK8ykZ/UUVOok2Pz3vObdp4zhy9tt7w=";
  };

  projectFile = "BTCPayServer/BTCPayServer.csproj";