wheelwizard: 2.3.5 -> 2.4.0

This commit is contained in:
R. Ryantm
2026-02-24 06:06:43 +00:00
parent 5e4522be6b
commit e8395d97f5
+2 -2
View File
@@ -14,13 +14,13 @@
}:
buildDotnetModule rec {
pname = "wheelwizard";
version = "2.3.5";
version = "2.4.0";
src = fetchFromGitHub {
owner = "TeamWheelWizard";
repo = "WheelWizard";
tag = version;
hash = "sha256-VEoj0h+YTEPWmYz2jtFnLzcMbMNeSt8yTuOwbfNt9t0=";
hash = "sha256-3qFJ08v9JI7VDSG9Nm0EuWJG8WHVLfpkk8TLYezWV5Y=";
};
postPatch = ''
rm .config/dotnet-tools.json