3
0
Fork 0
forked from mirrors/nixpkgs

waypaper: 1.9 -> 2.1

Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
This commit is contained in:
R. Ryantm 2024-01-21 18:46:19 +00:00 committed by Franz Pletz
parent 58fcc2db9d
commit 78de478599
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "waypaper"; pname = "waypaper";
version = "1.9"; version = "2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "anufrievroman"; owner = "anufrievroman";
repo = "waypaper"; repo = "waypaper";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-6hv+f2fbrbLodJIRHl5MYTkiZ51iZOAK42Vg73zSw/E="; hash = "sha256-AIOrn5I0WX8S4iaK6mVEbdn1tQiED0JYA0GXDXJ6eNE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -24,6 +24,9 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
python3.pkgs.pygobject3 python3.pkgs.pygobject3
python3.pkgs.platformdirs
python3.pkgs.importlib-metadata
python3.pkgs.pillow
killall killall
]; ];