Skip to content

Commit

Permalink
btcpayserver: 1.13.1 -> 1.13.5 (NixOS#338385)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored Aug 30, 2024
2 parents 01831dd + b8e7864 commit dac9db2
Show file tree
Hide file tree
Showing 4 changed files with 597 additions and 592 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 @@ -6,13 +6,13 @@

buildDotnetModule rec {
pname = "btcpayserver";
version = "1.13.1";
version = "1.13.5";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-p0GNwwbhsgChlSlPVD/RHhzWF/1URdYp/iYQmJxORU8=";
sha256 = "sha256-xga/v+4keZSgayPzitchzV4IRdui1IBPYB/uNVVMIaM=";
};

projectFile = "BTCPayServer/BTCPayServer.csproj";
Expand Down
Loading

0 comments on commit dac9db2

Please sign in to comment.