adapta-backgrounds: 0.5.1.1 -> 0.5.2.3
This commit is contained in:
parent
ea9b677046
commit
bcf7218fde
@ -2,21 +2,21 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "adapta-backgrounds-${version}";
|
name = "adapta-backgrounds-${version}";
|
||||||
version = "0.5.1.1";
|
version = "0.5.2.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "adapta-project";
|
owner = "adapta-project";
|
||||||
repo = "adapta-backgrounds";
|
repo = "adapta-backgrounds";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "00gwiraq6c9jh1xl5mmmi5fdj9l3r75ii5wk8jnw856qvrajhxyq";
|
sha256 = "0n0ggcxinja81lasmpviqq3l4jiwb05bs8r5aah1im2zvls1g007";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A wallpaper collection for adapta-project";
|
description = "Wallpaper collection for adapta-project";
|
||||||
homepage = https://github.com/adapta-project/adapta-backgrounds;
|
homepage = https://github.com/adapta-project/adapta-backgrounds;
|
||||||
license = with licenses; [ gpl2 cc-by-sa-30 ];
|
license = with licenses; [ gpl2 cc-by-sa-40 ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.romildo ];
|
maintainers = [ maintainers.romildo ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user