Merge pull request #184151 from r-ryantm/auto-update/xwallpaper

xwallpaper: 0.7.3 -> 0.7.4
This commit is contained in:
Ivv 2022-08-04 18:34:43 +02:00 committed by GitHub
commit 5f214a11c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "xwallpaper";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "stoeckmann";
repo = "xwallpaper";
rev = "v${version}";
sha256 = "sha256-O4VynpP3VJY/p6+NLUuKetwoMfbp93aXTiRoQJkgW+c=";
sha256 = "sha256-onxneLmXs1rYwpTzcnn+rbDboWVoEQgtGMHx/bMPRa8=";
};
nativeBuildInputs = [ pkg-config autoreconfHook installShellFiles ];