about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-21 06:14:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-21 06:14:44 +0000
commite4ff4ccc0cff59fa0451769e0558aa4faf31eb69 (patch)
tree139f42cefdb2f5573fccb7445bbbe18a7f3c9cf2 /pkgs/data/icons
parent754a00b38a44e774dba3518ced7efbf51a8970ba (diff)
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 = [