Unverified Commit 42768e45 authored by Priyanshu Tripathi's avatar Priyanshu Tripathi Committed by GitHub
Browse files

atlauncher: 3.4.36.3 -> 3.4.36.4 (#311019)

parent b2646e2b
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.36.3";
  version = "3.4.36.4";

  src = fetchurl {
    url = "https://github.com/ATLauncher/ATLauncher/releases/download/v${finalAttrs.version}/ATLauncher-${finalAttrs.version}.jar";
    hash = "sha256-qeH3W7G6xxlIrLK04A3GTKtZsvmii6acWY4clPIL8Rk=";
    hash = "sha256-7l4D99rTOP+oyaa+O8GPGugr3Nv8EIt6EqK1L9ttFBA=";
  };

  env.ICON = fetchurl {