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>2022-10-17 17:22:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-17 17:22:43 +0000
commit4435512d97d84ca703a2adec42739b950c812d35 (patch)
tree852377e5bf012bb8e27d1969c4b7e473a901a64b /pkgs/data/icons/numix-icon-theme-square
parentd0f9857448e77df50d1e0b518ba0e835b797532a (diff)
numix-icon-theme-square: 22.10.05 -> 22.10.17
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 2c27fa8ebf966..e63703d839199 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 = "22.10.05";
+  version = "22.10.17";
 
   src = fetchFromGitHub {
     owner = "numixproject";
     repo = pname;
     rev = version;
-    sha256 = "sha256-uOS6oWcB+2A26u9NTT+xhLHWqaKy5WMSR6WddKS6gEw=";
+    sha256 = "sha256-uS2Oqb5yRNHZDheflo5U4wyMm8fLvU4w3qLjPQ+zE68=";
   };
 
   nativeBuildInputs = [ gtk3 ];