Unverified Commit a2eb67c4 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

launchnext: 2.3.0 -> 2.4.0 (#501132)

parents 8e645921 46a07340
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "launchnext";
  version = "2.3.0";
  version = "2.4.0";

  src = fetchzip {
    url = "https://github.com/RoversX/LaunchNext/releases/download/${finalAttrs.version}/LaunchNext${finalAttrs.version}.zip";
    hash = "sha256-gdfSkBWLXd1N17ruVlRs77q3VMX2nfmAYitPOVnDe3k=";
    hash = "sha256-o52vYFr2j3AtFOpTyZ4jBnPhpfRGjyBXp5ZM4hlXqvU=";
    stripRoot = false;
  };