xwallpaper: 0.7.4 -> 0.7.5

This commit is contained in:
R. Ryantm 2024-09-20 03:31:37 +00:00
parent 4f91815a07
commit 4ca93d7e0d

View File

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