xwallpaper: 0.7.3 -> 0.7.4

This commit is contained in:
R. Ryantm 2022-07-31 07:06:25 +00:00
parent 4d0466412d
commit 425b6d9339

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 ];