waypaper: 2.1 -> 2.1.2

This commit is contained in:
R. Ryantm 2024-05-11 21:45:59 +00:00
parent 6e5ddb4326
commit 681f9754fe

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 = [