Unverified Commit 345f01c4 authored by GetPsyched's avatar GetPsyched
Browse files

atlauncher: 3.4.30.0 -> 3.4.34.0

parent ad69bc58
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.30.0";
  version = "3.4.34.0";

  src = fetchurl {
    url = "https://github.com/ATLauncher/ATLauncher/releases/download/v${finalAttrs.version}/ATLauncher-${finalAttrs.version}.jar";
    hash = "sha256-eSb+qH/ZoPpeOyIuoJsEpecG7uUyh0vkqZzNuxriRuI=";
    hash = "sha256-gHUYZaxADchikoCmAfqFjVbMYhhiwg2BZKctmww1Mlw=";
  };

  dontUnpack = true;