uvtools: 5.0.7 -> 5.0.8

This commit is contained in:
2025-03-11 15:10:05 +00:00
parent 58a6f7cfd9
commit 30637c3da2

View File

@@ -7,12 +7,12 @@
}:
buildDotnetModule rec {
pname = "UVtools";
version = "5.0.7";
version = "5.0.8";
src = fetchFromGitHub {
owner = "sn4k3";
repo = "UVtools";
rev = "v${version}";
hash = "sha256-QF+cGdz0Y5dreeKBlITX9z9PomLpcmlOQ5ft8/Sau2g=";
hash = "sha256-Sad4djDrjQsmcYY4/+inRYwf0WxQXaHdHASyWfoNeww=";
};
nugetDeps = ./deps.json;