3
0
Fork 0
forked from mirrors/nixpkgs

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";
};
nativeBuildInputs = [ gtk3 numix-icon-theme ];
nativeBuildInputs = [ gtk3 ];
propagatedBuildInputs = [
hicolor-icon-theme
];
buildInputs = [ numix-icon-theme ];
propagatedBuildInputs = [ hicolor-icon-theme ];
dontDropIconThemeCache = true;

View file

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