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

numix-icon-theme-circle: 19.02.22 -> 19.05.07
This commit is contained in:
José Romildo Malaquias 2019-10-01 09:38:49 -03:00 committed by GitHub
commit 81a16d6f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "19.02.22";
version = "19.05.07";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "10jh633rllp9yjfkjjyf8455n84q7ppxw1kk9dp1rsg4dq327ks7";
sha256 = "04h7kp1895rkfaqrgzrpqjmqamkxv3dkmhslgm2cxsa6qc0wammg";
};
nativeBuildInputs = [ gtk3 numix-icon-theme ];