29 pname = "linux-wallpaperengine";
30 version = "unstable-2023-09-23";
32 src = fetchFromGitHub {
34 repo = "linux-wallpaperengine";
35 # upstream lacks versioned releases
36 rev = "21c38d9fd1d3d89376c870cec5c5e5dc7086bc3c";
37 hash = "sha256-bZlMHlNKSydh9eGm5cFSEtv/RV9sA5ABs99uurblBZY=";
69 description = "Wallpaper Engine backgrounds for Linux";
70 homepage = "https://github.com/Almamu/linux-wallpaperengine";
71 license = lib.licenses.gpl3Only;
72 mainProgram = "linux-wallpaperengine";
73 maintainers = with lib.maintainers; [ eclairevoyant ];
74 platforms = lib.platforms.linux;