Unverified Commit dac9db29 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

btcpayserver: 1.13.1 -> 1.13.5 (#338385)

parents 01831ddb b8e7864d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
+378 −371

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildDotnetModule rec {
  pname = "nbxplorer";
  version = "2.5.2";
  version = "2.5.6";

  src = fetchFromGitHub {
    owner = "dgarage";
    repo = "NBXplorer";
    rev = "v${version}";
    sha256 = "sha256-zfL+VoDfICUtw02KeRghaq3XPOa/YnSh8orhqmo3Auo=";
    sha256 = "sha256-GPquY5kfn08TUCum/INdHPasx8BWK2mf+PQlSgTl4iw=";
  };

  projectFile = "NBXplorer/NBXplorer.csproj";
+215 −217

File changed.

Preview size limit exceeded, changes collapsed.