numix-icon-theme: 18.07.17 -> 19.09.20

This commit is contained in:
José Romildo Malaquias 2019-10-01 09:47:21 -03:00
parent 81a16d6f77
commit 6efc9c1bb5

View file

@ -2,20 +2,20 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "numix-icon-theme"; pname = "numix-icon-theme";
version = "18.07.17"; version = "19.09.20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "numixproject"; owner = "numixproject";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0clh55kmhc52d33dfm2c6h3lg6ddfh8a088ir9lv1camn9kj55bd"; sha256 = "0pn3x0mmsph777lwhg890ck366p31bjl3755h4pv161ym08d4z9w";
}; };
nativeBuildInputs = [ gtk3 hicolor-icon-theme ]; nativeBuildInputs = [ gtk3 hicolor-icon-theme ];
installPhase = '' installPhase = ''
mkdir -p $out/share/icons mkdir -p $out/share/icons
mv Numix{,-Light} $out/share/icons cp -a Numix{,-Light} $out/share/icons/
''; '';
postFixup = '' postFixup = ''