From d3c14a8cdf7fd5a9cb8049cd49cc7534115641b9 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 26 May 2023 16:08:23 +0300 Subject: [PATCH] feat: change nvim-web-devicons source --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index c5a8489..08970a5 100644 --- a/flake.lock +++ b/flake.lock @@ -1127,15 +1127,15 @@ "nvim-web-devicons": { "flake": false, "locked": { - "lastModified": 1683422244, - "narHash": "sha256-+UH04+Bu167fthQntUATik9wl/vRfkMJ/A9JheaHx9w=", - "owner": "kyazdani42", + "lastModified": 1684714932, + "narHash": "sha256-JGGrIm8wTekB7FnD4jNnEQbmcktbVyTxLyER4VOGWto=", + "owner": "nvim-tree", "repo": "nvim-web-devicons", - "rev": "986875b7364095d6535e28bd4aac3a9357e91bbe", + "rev": "e283ab937e0197b37ec5d8013e49495193407324", "type": "github" }, "original": { - "owner": "kyazdani42", + "owner": "nvim-tree", "repo": "nvim-web-devicons", "type": "github" } diff --git a/flake.nix b/flake.nix index e488e89..a47d1a9 100644 --- a/flake.nix +++ b/flake.nix @@ -330,7 +330,7 @@ flake = false; }; nvim-web-devicons = { - url = "github:kyazdani42/nvim-web-devicons"; + url = "github:nvim-tree/nvim-web-devicons"; flake = false; }; gitsigns-nvim = {