wheelwizard: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm
2026-03-04 20:10:19 +00:00
parent 9aebe67e86
commit b999486d39
+2 -2
View File
@@ -14,13 +14,13 @@
}:
buildDotnetModule rec {
pname = "wheelwizard";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "TeamWheelWizard";
repo = "WheelWizard";
tag = version;
hash = "sha256-3qFJ08v9JI7VDSG9Nm0EuWJG8WHVLfpkk8TLYezWV5Y=";
hash = "sha256-pxz4aZozpQQB8GgL/D2AgbtCy+cTbd5DNsODoDd2Xa0=";
};
postPatch = ''
rm .config/dotnet-tools.json