Unverified Commit 42abe2a4 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #304242 from GetPsyched/atlauncher-temp

atlauncher: 3.4.35.9 -> 3.4.36.3
parents 5a2fb64b efc63496
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "atlauncher";
  version = "3.4.35.9";
  version = "3.4.36.3";

  src = fetchurl {
    url = "https://github.com/ATLauncher/ATLauncher/releases/download/v${finalAttrs.version}/ATLauncher-${finalAttrs.version}.jar";
    hash = "sha256-Y2MGhzq4IbtjEG+CER+FWU8CY+hn5ehjMOcP02zIsR4=";
    hash = "sha256-qeH3W7G6xxlIrLK04A3GTKtZsvmii6acWY4clPIL8Rk=";
  };

  env.ICON = fetchurl {