about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-12 09:30:05 -0400
committerGitHub <noreply@github.com>2023-09-12 09:30:05 -0400
commitede060833d7ef80cefacd7c39703be35411c90fa (patch)
tree789402447be0e46dd8fd2ebc5bac0bbe840552cf /pkgs/data/icons
parent3531f43b107e8f68b64faba2b08a94982eb6dd76 (diff)
parent0894ffc3666dd6e769545d10fd2986b2e898eb51 (diff)
Merge pull request #254734 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 23.08.16 -> 23.09.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 e8d6b81e1ff11..395fd1ed31fa3 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.08.16";
+  version = "23.09.11";
 
   src = fetchFromGitHub {
     owner = "numixproject";
     repo = pname;
     rev = version;
-    sha256 = "sha256-zlh3Jh3ZrNo58ijGPwdaiHnTFoT6L3ZC0VTRY0Se3qs=";
+    sha256 = "sha256-YipdEvmQnqiuxheYS+y5t37uonzr/nH54PVLm4xp31E=";
   };
 
   nativeBuildInputs = [ gtk3 ];