Merge pull request #83751 from r-ryantm/auto-update/numix-icon-theme

numix-icon-theme: 19.09.20 -> 20.03.20
This commit is contained in:
José Romildo Malaquias 2020-03-30 07:44:07 -03:00 committed by GitHub
commit 461fb6bc8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-icon-theme";
version = "19.09.20";
version = "20.03.20";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "0pn3x0mmsph777lwhg890ck366p31bjl3755h4pv161ym08d4z9w";
sha256 = "092f8k38xf9yz898nrangm0ia211d41z8kx0v6njfqfgpiad1s7q";
};
nativeBuildInputs = [ gtk3 ];
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Numix icon theme";
homepage = https://numixproject.github.io;
homepage = "https://numixproject.github.io";
license = licenses.gpl3;
# darwin cannot deal with file names differing only in case
platforms = platforms.linux;