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

numix-icon-theme-square: 19.12.27 -> 20.06.07
This commit is contained in:
José Romildo Malaquias 2020-07-06 08:55:22 -03:00 committed by GitHub
commit 6f730ada4d
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-square";
version = "19.12.27";
version = "20.06.07";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "0pjbi2g7wk8gyr4lvp8fvcb8z29kc3l6v19a45axgadnc609hqw7";
sha256 = "0irib8qywc32cqxchb4z20p0vnyvlgxk8z4vqa5lzx7cd4xmflm1";
};
nativeBuildInputs = [ gtk3 ];