tela-icon-theme: 2022-01-25 -> 2022-02-21

This commit is contained in:
R. Ryantm 2022-02-22 17:06:21 +00:00 committed by Jonathan Ringer
parent fa7c86fe2f
commit a5a193eb53

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "tela-icon-theme";
version = "2022-01-25";
version = "2022-02-21";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "sha256-XKNSCWwanm2dP002TY/mE4SDX13TllHrbrb55V4wLSQ=";
sha256 = "sha256-tnhu//q0Vl7MiMeHopB1Gwokkw/P+nDOo4HKizjxC0Y=";
};
nativeBuildInputs = [ gtk3 jdupes ];