about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorkirillrdy <kirillrdy@gmail.com>2024-02-27 20:33:24 +1100
committerGitHub <noreply@github.com>2024-02-27 20:33:24 +1100
commit6ac646bff4eb5bea667fc64ca425d751e363021e (patch)
treea225057e80e55bccf9e1205a37b064eedae80c19 /pkgs/data/icons
parent82ffe0f160063568e46607ff458f2c60372f6959 (diff)
parentf51fe574acbc6f044b46da2ff40a6c35821723b3 (diff)
Merge pull request #291519 from Icy-Thought/fluent-icon-theme
fluent-icon-theme: 2023-06-07 -> 2024-02-25
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/fluent-icon-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/fluent-icon-theme/default.nix b/pkgs/data/icons/fluent-icon-theme/default.nix
index 6933a0ecb9286..cc3253e3b1fb9 100644
--- a/pkgs/data/icons/fluent-icon-theme/default.nix
+++ b/pkgs/data/icons/fluent-icon-theme/default.nix
@@ -16,13 +16,13 @@ lib.checkListOfEnum "${pname}: available color variants" [ "standard" "green" "g
 
 stdenvNoCC.mkDerivation rec {
   inherit pname;
-  version = "2023-06-07";
+  version = "2024-02-25";
 
   src = fetchFromGitHub {
     owner = "vinceliuice";
     repo = pname;
     rev = version;
-    hash = "sha256-drEAjIY/lacqncSeVeNmeRX6v4PnLvGo66Na1fuFXRg=";
+    hash = "sha256-Cadp2+4kBZ74kdD5x0O85FszxvN6/sg6yccxughyX1Q";
   };
 
   nativeBuildInputs = [ gtk3 jdupes ];