denaro: 2023.6.0 -> 2023.6.2

This commit is contained in:
R. Ryantm 2023-06-28 06:43:59 +00:00
parent dde8c4b5df
commit e2e6ed5ac2

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;