summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-04 23:55:00 +0100
committerGitHub <noreply@github.com>2023-02-04 23:55:00 +0100
commit9371d9afe5134c4afc214878eecaa648524bebc3 (patch)
treeccab36d54066eb0bbb8e1f054acd515347d39bde
parentcfd83834ad79e2b65d9a41105d457aa1958534a4 (diff)
parent73cb4f732472ce8f21af7f8bbb87278416f6cde8 (diff)
Merge pull request #214576 from r-ryantm/auto-update/fluent-icon-theme
fluent-icon-theme: 2022-11-30 -> 2023-02-01
-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 e7553b4b74d4..50c11d7b3a8c 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 = "2022-11-30";
+ version = "2023-02-01";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
- hash = "sha256-sxs2GrPuUoitZtiIU7SWFSLGXOTitS41MGt17TeuICE=";
+ hash = "sha256-Plm05+5r6p9MabLmmh8kWitALGFalruBbhAgBhPCjRo=";
};
nativeBuildInputs = [ gtk3 jdupes ];