Unverified Commit 84bddb79 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

faugus-launcher: 1.10.4 -> 1.11.1 (#467952)

parents 0728c6f7 0e018493
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

python3Packages.buildPythonApplication rec {
  pname = "faugus-launcher";
  version = "1.10.4";
  version = "1.11.1";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "Faugus";
    repo = "faugus-launcher";
    tag = version;
    hash = "sha256-FmbAlvjzUEjKDFEI1O9TJGpKl8/WJaCYUVT75+oG2vc=";
    hash = "sha256-FBsk7JfsXRTNFd6htMCNYFurvQtw42k8OIEj+vRyQqU=";
  };

  nativeBuildInputs = [