about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2024-04-22 13:50:32 -0300
committerGitHub <noreply@github.com>2024-04-22 13:50:32 -0300
commite35e653b2abd04982e75d1775e22c175aa66ca12 (patch)
tree7c768ef8dd21676553685a2e25f59934acd3d2d9 /pkgs/data/icons
parent766a94e0d1560b4faca22df62873be9869dd6873 (diff)
parente4ff4ccc0cff59fa0451769e0558aa4faf31eb69 (diff)
Merge pull request #305677 from r-ryantm/auto-update/tela-circle-icon-theme
tela-circle-icon-theme: 2023-10-07 -> 2024-04-19
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/tela-circle-icon-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/tela-circle-icon-theme/default.nix b/pkgs/data/icons/tela-circle-icon-theme/default.nix
index 9b1043467f14a..68ac8454662c5 100644
--- a/pkgs/data/icons/tela-circle-icon-theme/default.nix
+++ b/pkgs/data/icons/tela-circle-icon-theme/default.nix
@@ -19,13 +19,13 @@ lib.checkListOfEnum "${pname}: color variants" [ "standard" "black" "blue" "brow
 
 stdenvNoCC.mkDerivation rec {
   inherit pname;
-  version = "2023-10-07";
+  version = "2024-04-19";
 
   src = fetchFromGitHub {
     owner = "vinceliuice";
     repo = pname;
     rev = version;
-    hash = "sha256-il+bYIcwm0BQF6U0J6h6rlzHSGSHYN/O8BezehYIpQ4=";
+    hash = "sha256-vtEmnoARlz1F+E+T3ceFDgLXjlCi8UzHLr4AwTA39fA=";
   };
 
   nativeBuildInputs = [