Skip to content

Commit

Permalink
Merge pull request NixOS#144631 from erikarvstedt/btcpayserver-1.3.2
Browse files Browse the repository at this point in the history
btcpayserver: 1.3.1 -> 1.3.2
  • Loading branch information
prusnak authored Nov 4, 2021
2 parents 630e217 + 661f05b commit 164173d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/btcpayserver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

buildDotnetModule rec {
pname = "btcpayserver";
version = "1.3.1";
version = "1.3.2";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-gJvUW/U+O83Q0VDo6a5VkWx2RuofMNs/mPn/hnM2XiE=";
sha256 = "sha256-TAngdQz3FupoqPrqskjSQ9xSDbZV4/6+j7C4NjBFcFw=";
};

projectFile = "BTCPayServer/BTCPayServer.csproj";
Expand Down
13 changes: 4 additions & 9 deletions pkgs/applications/blockchains/btcpayserver/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 164173d

Please sign in to comment.