Merge pull request #305209 from r-ryantm/auto-update/tela-icon-theme

tela-icon-theme: 2023-06-25 -> 2024-04-19
This commit is contained in:
Mario Rodas 2024-04-24 08:02:06 -05:00 committed by GitHub
commit 4fac14bbff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "tela-icon-theme";
version = "2023-06-25";
version = "2024-04-19";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = "tela-icon-theme";
rev = version;
hash = "sha256-tv0C4mW2A3dScUXBWa7a3lkG4lPIjZTsj5b1/oEVuiw=";
hash = "sha256-Z1U0KJMnNNXL5fn3kPoZ2RZNi95T27/tnWVgR8kTj1o=";
};
nativeBuildInputs = [ gtk3 jdupes ];