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

denaro: 2023.6.0 -> 2023.6.2
This commit is contained in:
Weijia Wang
2023-06-29 10:09:55 +03:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
buildDotnetModule rec {
pname = "denaro";
version = "2023.6.0";
version = "2023.6.2";
src = fetchFromGitHub {
owner = "NickvisionApps";
repo = "Denaro";
rev = version;
hash = "sha256-oLEk3xHDkz98wOMwqr+lLtsFmOJdyPYK1YAutegic7U=";
hash = "sha256-wnqk+UuOQc/Yph9MbQU8FRsNC/8ZQ9FxgF205pdHf+s=";
};
dotnet-sdk = dotnetCorePackages.sdk_7_0;