numix-icon-theme-circle: 20.06.07 -> 20.07.11

gstqt5
R. RyanTM 2020-08-15 05:25:06 +00:00 committed by Jon
parent 6ffc7dd6c9
commit 418508e590
1 changed files with 2 additions and 2 deletions

View File

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