Unverified Commit 9c7cbfe7 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

discover-overlay: 0.7.8 -> 0.7.9 (#440827)

parents e3c87f44 61616cf4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@
}:
python3.pkgs.buildPythonApplication rec {
  pname = "discover-overlay";
  version = "0.7.8";
  version = "0.7.9";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "trigg";
    repo = "Discover";
    tag = "v${version}";
    hash = "sha256-0b0uZDa9Q3pQ6X65C+E31dMpdTPt4vvHDEqFEtRoedg=";
    hash = "sha256-Z554/zRikZztdD4NZiDDjMWgIlnQDGkemlA3ONRhqR8=";
  };

  buildInputs = [