about summary refs log tree commit diff
path: root/pkgs/data/icons/numix-icon-theme-square
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-08-20 12:01:23 +0000
committerGitHub <noreply@github.com>2023-08-20 12:01:23 +0000
commit57d8f92a860e4e531419cf2493c08ce194588c10 (patch)
treea511ca334cf30ff12dcfaf2e16cb0790aa07411b /pkgs/data/icons/numix-icon-theme-square
parent1bb285561ee700ca05fa505a3b9782468481b1de (diff)
parentf03d4e0eec54bd1b344977bfc172446c56c95987 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/data/icons/numix-icon-theme-square')
-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 ecfea598a55ec..e8d6b81e1ff11 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.07.21";
+  version = "23.08.16";
 
   src = fetchFromGitHub {
     owner = "numixproject";
     repo = pname;
     rev = version;
-    sha256 = "sha256-rHT4lD+RcwRmE63Dd7/oXVAltRTfpisptzyD1EQG4Aw=";
+    sha256 = "sha256-zlh3Jh3ZrNo58ijGPwdaiHnTFoT6L3ZC0VTRY0Se3qs=";
   };
 
   nativeBuildInputs = [ gtk3 ];