Unverified Commit 9a12fb69 authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

Merge pull request #253481 from fgaz/mindustry/146

mindustry: 145.1 -> 146
parents 171c91cd a169de11
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

let
  pname = "mindustry";
  version = "145.1";
  version = "146";
  buildVersion = makeBuildVersion version;

  selectedGlew = if enableWayland then glew-egl else glew;
@@ -46,13 +46,13 @@ let
    owner = "Anuken";
    repo = "Mindustry";
    rev = "v${version}";
    hash = "sha256-xHF+3QIzP6Xekm1arXio4dAveOQpY9MXuiUC7OZFSUA=";
    hash = "sha256-pJAJjb8rgDL5q2hfuXH2Cyb1Szu4GixeXoLMdnIAlno=";
  };
  Arc = fetchFromGitHub {
    owner = "Anuken";
    repo = "Arc";
    rev = "v${version}";
    hash = "sha256-HkJoYdnC4rwTMEmSO0r82cuhY3ZT7Baj3pyqSbzJrQ4=";
    hash = "sha256-L+5fshI1oo1lVdTMTBuPzqtEeR2dq1NORP84rZ83rT0=";
  };
  soloud = fetchFromGitHub {
    owner = "Anuken";
@@ -131,7 +131,7 @@ let
        | sh
    '';
    outputHashMode = "recursive";
    outputHash = "sha256-tSQV9A4uxKUVEJuFRxCQVZNb+0wEQrZofQOluQe0cfA=";
    outputHash = "sha256-hbWLsWorEo+1BBURvrFMXpxvZjJBZ1p7HVlJN5e5JZc=";
  };

in