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 { stdenv.mkDerivation rec {
pname = "xwallpaper"; pname = "xwallpaper";
version = "0.7.3"; version = "0.7.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stoeckmann"; owner = "stoeckmann";
repo = "xwallpaper"; repo = "xwallpaper";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-O4VynpP3VJY/p6+NLUuKetwoMfbp93aXTiRoQJkgW+c="; sha256 = "sha256-onxneLmXs1rYwpTzcnn+rbDboWVoEQgtGMHx/bMPRa8=";
}; };
nativeBuildInputs = [ pkg-config autoreconfHook installShellFiles ]; nativeBuildInputs = [ pkg-config autoreconfHook installShellFiles ];