Commit b999486d authored by R. RyanTM's avatar R. RyanTM
Browse files

wheelwizard: 2.4.0 -> 2.4.1

parent 9aebe67e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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