numix-icon-theme-square: 20.09.19 -> 21.04.14
This commit is contained in:
parent
473f866330
commit
e083280f1d
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "numix-icon-theme-square";
|
pname = "numix-icon-theme-square";
|
||||||
version = "20.09.19";
|
version = "21.04.14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "numixproject";
|
owner = "numixproject";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0afraarfcd66mpidmn0l90wif8kmwzdj3s09g704kwszyijxs80z";
|
sha256 = "0ndxjp173dwz78m41mn818mh4bdsxa2ypv4wrwicx0v4d8z90ddj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gtk3 ];
|
nativeBuildInputs = [ gtk3 ];
|
||||||
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Numix icon theme (square version)";
|
description = "Numix icon theme (square version)";
|
||||||
homepage = "https://numixproject.github.io";
|
homepage = "https://numixproject.github.io";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
# darwin cannot deal with file names differing only in case
|
# darwin cannot deal with file names differing only in case
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
|
Loading…
Reference in New Issue
Block a user