numix-icon-theme-circle: 19.09.20 -> 19.12.27

This commit is contained in:
R. RyanTM 2020-02-13 04:11:43 +00:00
parent 424697d512
commit 22b87c6a7f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "numix-icon-theme-circle";
version = "19.09.20";
version = "19.12.27";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "1pmz2dy1580ln5m57xw3vhqrjhviayisgbs2km3i77hyx66hiivi";
sha256 = "0za44h7f4vk37yl30xlaa6w76maiipb6p63gl9hl1rshdn9nxq0y";
};
nativeBuildInputs = [ gtk3 numix-icon-theme ];