tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
adapta-backgrounds: 0.5.1.1 -> 0.5.2.3
José Romildo Malaquias
8 years ago
bcf7218f
ea9b6770
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
data
misc
adapta-backgrounds
default.nix
+4
-4
pkgs/data/misc/adapta-backgrounds/default.nix
···
2
3
stdenv.mkDerivation rec {
4
name = "adapta-backgrounds-${version}";
5
-
version = "0.5.1.1";
6
7
src = fetchFromGitHub {
8
owner = "adapta-project";
9
repo = "adapta-backgrounds";
10
rev = version;
11
-
sha256 = "00gwiraq6c9jh1xl5mmmi5fdj9l3r75ii5wk8jnw856qvrajhxyq";
12
};
13
14
nativeBuildInputs = [ autoreconfHook ];
15
16
meta = with stdenv.lib; {
17
-
description = "A wallpaper collection for adapta-project";
18
homepage = https://github.com/adapta-project/adapta-backgrounds;
19
-
license = with licenses; [ gpl2 cc-by-sa-30 ];
20
platforms = platforms.all;
21
maintainers = [ maintainers.romildo ];
22
};
···
2
3
stdenv.mkDerivation rec {
4
name = "adapta-backgrounds-${version}";
5
+
version = "0.5.2.3";
6
7
src = fetchFromGitHub {
8
owner = "adapta-project";
9
repo = "adapta-backgrounds";
10
rev = version;
11
+
sha256 = "0n0ggcxinja81lasmpviqq3l4jiwb05bs8r5aah1im2zvls1g007";
12
};
13
14
nativeBuildInputs = [ autoreconfHook ];
15
16
meta = with stdenv.lib; {
17
+
description = "Wallpaper collection for adapta-project";
18
homepage = https://github.com/adapta-project/adapta-backgrounds;
19
+
license = with licenses; [ gpl2 cc-by-sa-40 ];
20
platforms = platforms.all;
21
maintainers = [ maintainers.romildo ];
22
};