Merge pull request #165562 from r-ryantm/auto-update/wasabibackend

wasabibackend: 1.1.13.0 -> 1.1.13.1
This commit is contained in:
Lassulus 2022-05-18 10:55:00 +02:00 committed by GitHub
commit b3e36242b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
buildDotnetModule rec {
pname = "wasabibackend";
version = "1.1.13.0";
version = "1.1.13.1";
src = fetchFromGitHub {
owner = "zkSNACKs";
repo = "WalletWasabi";
rev = "v${version}";
sha256 = "sha256-zDOk8MurT5NXOr4kvm5mnsphY+eDFWuVBcpeTZpcHOo=";
sha256 = "sha256-Hwav7moG6XKAcR7L0Q7CtifP3zCNRfHIihlaFw+dzbk=";
};
projectFile = "WalletWasabi.Backend/WalletWasabi.Backend.csproj";