about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-09-28 08:55:29 -0400
committerGitHub <noreply@github.com>2024-09-28 08:55:29 -0400
commit31da20676764863401730d0a3e5e00ea32053ed2 (patch)
treed3b5818758ef06e1bcbf070fb3467ca28407c75e /pkgs
parentd3f5b03f835bbfba04eda9035c5798d25901bc16 (diff)
parent2f16119c4b2f0d6457ff09ba0d886d58bb44955c (diff)
numix-icon-theme: 24.04.22 -> 24.09.18 (#345027)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/data/icons/numix-icon-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/numix-icon-theme/default.nix b/pkgs/data/icons/numix-icon-theme/default.nix
index fcf8436323288..88d2240408552 100644
--- a/pkgs/data/icons/numix-icon-theme/default.nix
+++ b/pkgs/data/icons/numix-icon-theme/default.nix
@@ -11,13 +11,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "numix-icon-theme";
-  version = "24.04.22";
+  version = "24.09.18";
 
   src = fetchFromGitHub {
     owner = "numixproject";
     repo = pname;
     rev = version;
-    sha256 = "sha256-hFUsj0nODUVbzKyN6ud3HsaoTZBLGW+jjwc6kFFH02c=";
+    sha256 = "sha256-NcsrITf/uiAeCGVxILP7/duzBYTXs1b9Yztsruq1MJg=";
   };
 
   nativeBuildInputs = [