Unverified Commit a91c3c93 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

wheelwizard: 2.3.5 -> 2.4.0 (#493572)

parents 6f416ad9 e8395d97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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