about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-08 12:16:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-08 12:16:38 +0000
commit0415a372febbd7c5e94d7a2d2bc76bcfcaca5783 (patch)
treec2c8c9f85a28c65f249176872a2b9cd3ea0152a6 /pkgs/data/icons
parentad2aac1e24ac6f3f565ea1547a93670d23ec305f (diff)
numix-icon-theme-circle: 22.08.15 -> 22.09.04
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/numix-icon-theme-circle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/numix-icon-theme-circle/default.nix b/pkgs/data/icons/numix-icon-theme-circle/default.nix
index 1caa99ff9f806..9eec8a365179b 100644
--- a/pkgs/data/icons/numix-icon-theme-circle/default.nix
+++ b/pkgs/data/icons/numix-icon-theme-circle/default.nix
@@ -2,13 +2,13 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "numix-icon-theme-circle";
-  version = "22.08.15";
+  version = "22.09.04";
 
   src = fetchFromGitHub {
     owner = "numixproject";
     repo = pname;
     rev = version;
-    sha256 = "sha256-2Ay5wykXuXKwcGFvFKu6SIFKdWFMdBvHwgSrqNCszMM=";
+    sha256 = "sha256-eRBso0oeL+EkOw6oINbuf9s07BtKc8132FK5QbAeA8s=";
   };
 
   nativeBuildInputs = [ gtk3 ];