Merge pull request #286540 from r-ryantm/auto-update/denaro

denaro: 2024.1.0 -> 2024.2.0
This commit is contained in:
h7x4 2024-02-09 22:24:45 +01:00 committed by GitHub
commit 4927d75714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
buildDotnetModule rec {
pname = "denaro";
version = "2024.1.0";
version = "2024.2.0";
src = fetchFromGitHub {
owner = "NickvisionApps";
repo = "Denaro";
rev = version;
hash = "sha256-1LGcJmNucLmP5JbtZcLGuIE0UTmeUxLl9j31Oe0k93s=";
hash = "sha256-fEhwup8SiYvKH2FtzruEFsj8axG5g3YJ917aqc8dn/8=";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0;