about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-26 06:15:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-26 06:15:22 +0000
commit81575636e1954377124abc5e826bc6b61a722ec7 (patch)
treea020714fb879d24fb2508d95f2fefbe58c2e8924 /pkgs/data/icons
parentb821ac8070b594b35d61268d905f33c5cfcdde4b (diff)
numix-icon-theme-square: 23.10.09 -> 23.11.11
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/numix-icon-theme-square/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/numix-icon-theme-square/default.nix b/pkgs/data/icons/numix-icon-theme-square/default.nix
index 0868f1c159b5c..1652415295ac2 100644
--- a/pkgs/data/icons/numix-icon-theme-square/default.nix
+++ b/pkgs/data/icons/numix-icon-theme-square/default.nix
@@ -2,13 +2,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "numix-icon-theme-square";
-  version = "23.10.09";
+  version = "23.11.11";
 
   src = fetchFromGitHub {
     owner = "numixproject";
     repo = pname;
     rev = version;
-    sha256 = "sha256-NAvgrD0ckAC0vpF7BkEVWGmsuoWeMuSOdp2c9wEzv4s=";
+    sha256 = "sha256-yu9ufr1l21l6v8bRXLJcVkpBD0fDIlgePbStTLH+CDc=";
   };
 
   nativeBuildInputs = [ gtk3 ];