Merge pull request #260370 from GetPsyched/atlauncher

atlauncher: 3.4.34.0 -> 3.4.34.2
This commit is contained in:
Nick Cao 2023-10-11 10:12:32 -04:00 committed by GitHub
commit a85dd88841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "atlauncher";
version = "3.4.34.0";
version = "3.4.34.2";
src = fetchurl {
url = "https://github.com/ATLauncher/ATLauncher/releases/download/v${finalAttrs.version}/ATLauncher-${finalAttrs.version}.jar";
hash = "sha256-gHUYZaxADchikoCmAfqFjVbMYhhiwg2BZKctmww1Mlw=";
hash = "sha256-l9OoHunK0xfY6xbNpjs9lfsVd3USM1GHgutTMMVq8S8=";
};
env.ICON = fetchurl {