Merge pull request #188535 from figsoda/update-tela-icon-theme

tela-icon-theme: 2022-02-21 -> 2022-08-28
This commit is contained in:
Mario Rodas 2022-08-27 22:47:47 -05:00 committed by GitHub
commit 278569d5b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];