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

wheelwizard: 2.3.3 -> 2.3.5 (#488782)

parents 4470071a 8726be15
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -294,6 +294,11 @@
    "version": "17.13.0",
    "hash": "sha256-sc2wvyV8cGm1FrNP2GGHEI584RCvRPu15erYCsgw5QY="
  },
  {
    "pname": "Microsoft.NETCore.App.Host.win-x64",
    "version": "8.0.23",
    "hash": "sha256-vIDCQTTBNhOchF0H7voWbnaiJNM5z7ivJOjHyLdtvAs="
  },
  {
    "pname": "Microsoft.TestPlatform.ObjectModel",
    "version": "17.13.0",
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
buildDotnetModule rec {
  pname = "wheelwizard";
  version = "2.3.3";
  version = "2.3.5";

  src = fetchFromGitHub {
    owner = "TeamWheelWizard";
    repo = "WheelWizard";
    tag = version;
    hash = "sha256-DuEI6bmvNP6wRuZX9Do0FGDsu80ldy0SCefBk6gqT9s=";
    hash = "sha256-VEoj0h+YTEPWmYz2jtFnLzcMbMNeSt8yTuOwbfNt9t0=";
  };
  postPatch = ''
    rm .config/dotnet-tools.json