tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
numix-icon-theme-square: 20.09.19 -> 21.04.14
Felix Buehler
4 years ago
e083280f
473f8663
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
data
icons
numix-icon-theme-square
default.nix
+3
-3
pkgs/data/icons/numix-icon-theme-square/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "numix-icon-theme-square";
5
-
version = "20.09.19";
6
7
src = fetchFromGitHub {
8
owner = "numixproject";
9
repo = pname;
10
rev = version;
11
-
sha256 = "0afraarfcd66mpidmn0l90wif8kmwzdj3s09g704kwszyijxs80z";
12
};
13
14
nativeBuildInputs = [ gtk3 ];
···
37
meta = with lib; {
38
description = "Numix icon theme (square version)";
39
homepage = "https://numixproject.github.io";
40
-
license = licenses.gpl3;
41
# darwin cannot deal with file names differing only in case
42
platforms = platforms.linux;
43
maintainers = with maintainers; [ romildo ];
···
2
3
stdenv.mkDerivation rec {
4
pname = "numix-icon-theme-square";
5
+
version = "21.04.14";
6
7
src = fetchFromGitHub {
8
owner = "numixproject";
9
repo = pname;
10
rev = version;
11
+
sha256 = "0ndxjp173dwz78m41mn818mh4bdsxa2ypv4wrwicx0v4d8z90ddj";
12
};
13
14
nativeBuildInputs = [ gtk3 ];
···
37
meta = with lib; {
38
description = "Numix icon theme (square version)";
39
homepage = "https://numixproject.github.io";
40
+
license = licenses.gpl3Only;
41
# darwin cannot deal with file names differing only in case
42
platforms = platforms.linux;
43
maintainers = with maintainers; [ romildo ];