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
+2 -2
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;