discover-overlay: 0.7.4 -> 0.7.8
This commit is contained in:
parent
65bf97a942
commit
0ef332b825
@ -1,14 +1,14 @@
|
|||||||
{ lib, python3, fetchFromGitHub, gtk3, gobject-introspection, gtk-layer-shell, wrapGAppsHook3 }:
|
{ lib, python3, fetchFromGitHub, gtk3, gobject-introspection, gtk-layer-shell, wrapGAppsHook3 }:
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "discover-overlay";
|
pname = "discover-overlay";
|
||||||
version = "0.7.4";
|
version = "0.7.8";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "trigg";
|
owner = "trigg";
|
||||||
repo = "Discover";
|
repo = "Discover";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-qA+gvgKQlTjcm0JPUmJp47Ttvm+69CW4lOngnueLVpo=";
|
hash = "sha256-0b0uZDa9Q3pQ6X65C+E31dMpdTPt4vvHDEqFEtRoedg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gtk3 gtk-layer-shell ];
|
buildInputs = [ gtk3 gtk-layer-shell ];
|
||||||
|
Loading…
Reference in New Issue
Block a user