Unverified Commit 7fb988f3 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #282668 from r-ryantm/auto-update/waypaper

parents 7e913c43 78de4785
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "waypaper";
  version = "1.9";
  version = "2.1";

  src = fetchFromGitHub {
    owner = "anufrievroman";
    repo = "waypaper";
    rev = "refs/tags/${version}";
    hash = "sha256-6hv+f2fbrbLodJIRHl5MYTkiZ51iZOAK42Vg73zSw/E=";
    hash = "sha256-AIOrn5I0WX8S4iaK6mVEbdn1tQiED0JYA0GXDXJ6eNE=";
  };

  nativeBuildInputs = [
@@ -24,6 +24,9 @@ python3.pkgs.buildPythonApplication rec {

  propagatedBuildInputs = [
    python3.pkgs.pygobject3
    python3.pkgs.platformdirs
    python3.pkgs.importlib-metadata
    python3.pkgs.pillow
    killall
  ];