Merge pull request #250192 from LudovicoPiero/waypaper-bump

waypaper: 1.2 -> 1.5
This commit is contained in:
Matthias Beyer 2023-08-20 10:33:09 +02:00 committed by GitHub
commit ed9c042215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "waypaper";
version = "1.2";
version = "1.5";
src = fetchFromGitHub {
owner = "anufrievroman";
repo = "waypaper";
rev = "refs/tags/${version}";
hash = "sha256-wD3DtxP4aUwIn+EoM3s1Y9VNEcUGhtyugNBEFHI9eqw=";
hash = "sha256-lK4TygR9cwEHcnrC0E5vE7Jor6afEiM9TmEgGXj+hNA=";
};
nativeBuildInputs = [