about summary refs log tree commit diff
path: root/pkgs/data/icons/numix-icon-theme-square
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-06 07:28:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-06 07:28:37 +0000
commit4c0adb982862d1b6c398ebf2d36d488044e6e001 (patch)
treebbc123e3a65f2216d16f9d218d73a7ff15258d34 /pkgs/data/icons/numix-icon-theme-square
parent8d4ebc8e5db726e5e431e6f84d5e1b684c8d25f8 (diff)
numix-icon-theme-square: 23.01.29 -> 23.02.05
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 b7074b8142393..b1a90ba1085fe 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.01.29";
+  version = "23.02.05";
 
   src = fetchFromGitHub {
     owner = "numixproject";
     repo = pname;
     rev = version;
-    sha256 = "sha256-uHy1HXCRlPQh9t9bsvClTmP4FW/sP91hYKUXxtdBmdw=";
+    sha256 = "sha256-FZt/3RugPHjanlxKjITSpaIb5RoKzI9mJvmPn7CNqS4=";
   };
 
   nativeBuildInputs = [ gtk3 ];