Merge pull request #80530 from romildo/upd.numix-icon-theme

numix-icon-theme-square: 19.09.20 -> 19.12.27
This commit is contained in:
José Romildo Malaquias 2020-02-21 11:26:37 -03:00 committed by GitHub
commit bf34e7d6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -11,11 +11,11 @@ stdenv.mkDerivation rec {
sha256 = "0za44h7f4vk37yl30xlaa6w76maiipb6p63gl9hl1rshdn9nxq0y"; sha256 = "0za44h7f4vk37yl30xlaa6w76maiipb6p63gl9hl1rshdn9nxq0y";
}; };
nativeBuildInputs = [ gtk3 numix-icon-theme ]; nativeBuildInputs = [ gtk3 ];
propagatedBuildInputs = [ buildInputs = [ numix-icon-theme ];
hicolor-icon-theme
]; propagatedBuildInputs = [ hicolor-icon-theme ];
dontDropIconThemeCache = true; dontDropIconThemeCache = true;

View File

@ -2,20 +2,20 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "numix-icon-theme-square"; pname = "numix-icon-theme-square";
version = "19.09.20"; version = "19.12.27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "numixproject"; owner = "numixproject";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0q3d4d4wndknz3043bh8ardjvdpds2hkzk73kyyh1848wg4ff0ly"; sha256 = "0pjbi2g7wk8gyr4lvp8fvcb8z29kc3l6v19a45axgadnc609hqw7";
}; };
nativeBuildInputs = [ gtk3 numix-icon-theme ]; nativeBuildInputs = [ gtk3 ];
propagatedBuildInputs = [ buildInputs = [ numix-icon-theme ];
hicolor-icon-theme
]; propagatedBuildInputs = [ hicolor-icon-theme ];
dontDropIconThemeCache = true; dontDropIconThemeCache = true;