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

This commit is contained in:
Wolfgang Walther
2025-09-13 20:15:23 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = [