Unverified Commit 22ce8859 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

btcpayserver: 2.1.5 -> 2.1.6 (#422432)

parents 0c3e3f51 b39a7888
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildDotnetModule rec {
  pname = "btcpayserver";
  version = "2.1.5";
  version = "2.1.6";

  src = fetchFromGitHub {
    owner = "btcpayserver";
    repo = "btcpayserver";
    tag = "v${version}";
    hash = "sha256-qm/MdgM5sPQu7fI1S8qf/dvkMZbmP4rLA1RdSQHSawE=";
    hash = "sha256-zMCjG8baQeXYLgiSr1jqHxvyeeVDiOZXOq/8MQiggCI=";
  };

  projectFile = "BTCPayServer/BTCPayServer.csproj";