tela-icon-theme: 2022-02-21 -> 2022-08-28

This commit is contained in:
figsoda 2022-08-27 15:45:23 -04:00
parent a5e05d6246
commit 8f57be61ac

View file

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