Merge pull request #184151 from r-ryantm/auto-update/xwallpaper
xwallpaper: 0.7.3 -> 0.7.4
This commit is contained in:
commit
5f214a11c0
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue