summary refs log tree commit diff
path: root/pkgs/games/mindustry/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-12 18:01:30 +0000
committerGitHub <noreply@github.com>2023-09-12 18:01:30 +0000
commit564dc31f47ac641bdd42f3d0998fc411c05d56fa (patch)
tree5a0c7067ae569ccb16976732066a5f632f22c3b8 /pkgs/games/mindustry/default.nix
parent757197a9dfbe52b16b116b39ada02d4e4098b4af (diff)
parent41b9c0a6d9467cece015ffc7016b9e7e73542157 (diff)
downloadnixpkgs-564dc31f47ac641bdd42f3d0998fc411c05d56fa.tar
nixpkgs-564dc31f47ac641bdd42f3d0998fc411c05d56fa.tar.gz
nixpkgs-564dc31f47ac641bdd42f3d0998fc411c05d56fa.tar.bz2
nixpkgs-564dc31f47ac641bdd42f3d0998fc411c05d56fa.tar.lz
nixpkgs-564dc31f47ac641bdd42f3d0998fc411c05d56fa.tar.xz
nixpkgs-564dc31f47ac641bdd42f3d0998fc411c05d56fa.tar.zst
nixpkgs-564dc31f47ac641bdd42f3d0998fc411c05d56fa.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/games/mindustry/default.nix')
-rw-r--r--pkgs/games/mindustry/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/mindustry/default.nix b/pkgs/games/mindustry/default.nix
index fdfad0cab2e..2bf239579e4 100644
--- a/pkgs/games/mindustry/default.nix
+++ b/pkgs/games/mindustry/default.nix
@@ -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