atlauncher: 3.4.36.9 -> 3.4.36.10
Changelog: Fixes - Issue with NeoForge searching on Modrinth not working correctly
This commit is contained in:
parent
35e972e3a4
commit
2083cdd4b3
@ -22,11 +22,11 @@
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "atlauncher";
|
||||
version = "3.4.36.9";
|
||||
version = "3.4.36.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ATLauncher/ATLauncher/releases/download/v${finalAttrs.version}/ATLauncher-${finalAttrs.version}.jar";
|
||||
hash = "sha256-2kO7CRkA3RlWcNqv2d5sJIaLPupUU0ox2wc3T16i7e8=";
|
||||
hash = "sha256-JZTiYcea5ik8a4RmNLxZcuea7spGWftUGRiRW2Ive7c=";
|
||||
};
|
||||
|
||||
env.ICON = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user