discover-overlay: 0.7.3 -> 0.7.4
This commit is contained in:
parent
3be507be1e
commit
220bb5d326
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
|||
, wrapGAppsHook }:
|
||||
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 ];
|
||||
|
|
Loading…
Reference in a new issue