Skip to content

Commit

Permalink
discover-overlay: 0.7.4 -> 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 29, 2024
1 parent 65bf97a commit 0ef332b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/di/discover-overlay/package.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ lib, python3, fetchFromGitHub, gtk3, gobject-introspection, gtk-layer-shell, wrapGAppsHook3 }:
python3.pkgs.buildPythonApplication rec {
pname = "discover-overlay";
version = "0.7.4";
version = "0.7.8";
pyproject = true;

src = fetchFromGitHub {
owner = "trigg";
repo = "Discover";
rev = "refs/tags/v${version}";
hash = "sha256-qA+gvgKQlTjcm0JPUmJp47Ttvm+69CW4lOngnueLVpo=";
hash = "sha256-0b0uZDa9Q3pQ6X65C+E31dMpdTPt4vvHDEqFEtRoedg=";
};

buildInputs = [ gtk3 gtk-layer-shell ];
Expand Down

0 comments on commit 0ef332b

Please sign in to comment.