Skip to content

Commit

Permalink
waypaper: 2.3 -> 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaizombie1 committed Dec 21, 2024
1 parent da676f2 commit 6a6e990
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/by-name/wa/waypaper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "waypaper";
version = "2.3";
version = "2.4";
pyproject = true;

src = fetchFromGitHub {
owner = "anufrievroman";
repo = "waypaper";
rev = "refs/tags/${version}";
hash = "sha256-ty3KiKkIyv6aqTua3YUB2smYJv7dXGPP5k3lXoxDzI0=";
tag = "${version}";
hash = "sha256-bNh8WWSLgCV8PLFvDn/+AEcNOazxMEKEYv7n+L9ABTA=";
};

nativeBuildInputs = [
Expand All @@ -31,6 +31,9 @@ python3.pkgs.buildPythonApplication rec {
python3.pkgs.platformdirs
python3.pkgs.importlib-metadata
python3.pkgs.pillow
python3.pkgs.imageio
python3.pkgs.imageio-ffmpeg
python3.pkgs.screeninfo
];

propagatedBuildInputs = [ killall ];
Expand Down

0 comments on commit 6a6e990

Please sign in to comment.