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

waypaper: 2.1 -> 2.1.2
This commit is contained in:
Nick Cao
2024-05-12 11:00:44 -04:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "waypaper";
version = "2.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "anufrievroman";
repo = "waypaper";
rev = "refs/tags/${version}";
hash = "sha256-AIOrn5I0WX8S4iaK6mVEbdn1tQiED0JYA0GXDXJ6eNE=";
hash = "sha256-GB+H2kZr1+UhhGFpfXc3V4DPXjvHBdg6EKNEFhjKEHk=";
};
nativeBuildInputs = [