summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-04-06 17:53:25 +0800
committerGitHub <noreply@github.com>2023-04-06 17:53:25 +0800
commitf875cbdc39e03d5605972597939c7131d529d566 (patch)
tree1984f0b3feeca7282c5cc35fa98f72063704a049 /pkgs
parenteca25513b18ef6ecfaf33144be58fa3db5ba9909 (diff)
parentb28d542a1686a3472d650d80140db904a68beca9 (diff)
Merge pull request #224770 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 23.03.19 -> 23.04.05
Diffstat (limited to 'pkgs')
-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 9aa84ad472abe..0c64d55f06182 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.03.19";
+  version = "23.04.05";
 
   src = fetchFromGitHub {
     owner = "numixproject";
     repo = pname;
     rev = version;
-    sha256 = "sha256-Hdwby8U9D+k4AjKyDeWhCfGr7z7ETNQPr1lnwweAp7g=";
+    sha256 = "sha256-fyb0qHmZev7kH8/q6mk2WPT30Szx1/jLIweq12eAIaw=";
   };
 
   nativeBuildInputs = [ gtk3 ];