Merge pull request #320231 from GetPsyched/atlauncher-version-bump

atlauncher: 3.4.36.5 -> 3.4.36.6
This commit is contained in:
tomberek
2024-06-16 10:16:35 -04:00
committed by GitHub
+2 -2
View File
@@ -21,11 +21,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "atlauncher";
version = "3.4.36.5";
version = "3.4.36.6";
src = fetchurl {
url = "https://github.com/ATLauncher/ATLauncher/releases/download/v${finalAttrs.version}/ATLauncher-${finalAttrs.version}.jar";
hash = "sha256-sytUMRp3qkdE5uzfFhuVqwsBYfRPubEG7/X/JqS2uxY=";
hash = "sha256-uux5m9GI+F5yCLF4nk5tk6FJjF4Wc81Uw8xfvt2TE4c=";
};
env.ICON = fetchurl {