Merge pull request #268625 from GetPsyched/atlauncher
atlauncher: 3.4.34.2 -> 3.4.35.3
This commit is contained in:
commit
56a83d3b45
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "atlauncher";
|
||||
version = "3.4.34.2";
|
||||
version = "3.4.35.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ATLauncher/ATLauncher/releases/download/v${finalAttrs.version}/ATLauncher-${finalAttrs.version}.jar";
|
||||
hash = "sha256-l9OoHunK0xfY6xbNpjs9lfsVd3USM1GHgutTMMVq8S8=";
|
||||
hash = "sha256-2080rVGBBM3YZmmBVBfMhnCErLzxuRDDi4zmCniJYFY=";
|
||||
};
|
||||
|
||||
env.ICON = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue