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

numix-icon-theme: 20.03.20 -> 20.06.07
This commit is contained in:
José Romildo Malaquias 2020-06-16 20:22:07 -03:00 committed by GitHub
commit 75a9b7f905
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 = "20.03.20";
version = "20.06.07";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "092f8k38xf9yz898nrangm0ia211d41z8kx0v6njfqfgpiad1s7q";
sha256 = "1yp9parc8ihmai8pswf4qzrqd88qpls87ipq8ylx38yqns7wsn4h";
};
nativeBuildInputs = [ gtk3 ];