Merge pull request #308564 from r-ryantm/auto-update/discover-overlay

discover-overlay: 0.7.3 -> 0.7.4
This commit is contained in:
Nick Cao 2024-05-04 09:37:36 -04:00 committed by GitHub
commit 98af9b39b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,14 @@
{ lib, python3, fetchFromGitHub, gtk3, gobject-introspection, gtk-layer-shell, wrapGAppsHook3 }:
python3.pkgs.buildPythonApplication rec {
pname = "discover-overlay";
version = "0.7.3";
version = "0.7.4";
pyproject = true;
src = fetchFromGitHub {
owner = "trigg";
repo = "Discover";
rev = "refs/tags/v${version}";
hash = "sha256-a9IPNy5i088rltQ9LYD+DgJ/1/wckQ2E5Bzg62t95yU=";
hash = "sha256-qA+gvgKQlTjcm0JPUmJp47Ttvm+69CW4lOngnueLVpo=";
};
buildInputs = [ gtk3 gtk-layer-shell ];