about summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorhexclover <47456195+hexclover@users.noreply.github.com>2024-02-10 19:58:32 +0800
committerhexclover <47456195+hexclover@users.noreply.github.com>2024-02-10 19:58:32 +0800
commit2ac86e10d56e374ba63fc265801ff75903ded37c (patch)
treeda5981f0c755ddefdb6a93d8bc4c6f512230d351 /pkgs/shells/fish
parent1ab54f84dcd5ba80790ae7e9d593285d9b86b958 (diff)
fishPlugins.plugin-git: fix hash
Diffstat (limited to 'pkgs/shells/fish')
-rw-r--r--pkgs/shells/fish/plugins/plugin-git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/fish/plugins/plugin-git.nix b/pkgs/shells/fish/plugins/plugin-git.nix
index 0334271e581c4..f15a1bcb0eb78 100644
--- a/pkgs/shells/fish/plugins/plugin-git.nix
+++ b/pkgs/shells/fish/plugins/plugin-git.nix
@@ -8,7 +8,7 @@ buildFishPlugin rec {
     owner = "jhillyerd";
     repo = "plugin-git";
     rev = "refs/tags/v${version}";
-    hash = "sha256-MfrRQdcj7UtIUgtqKjt4lqFLpA6YZgKjE03VaaypNzE";
+    hash = "sha256-DQLRat7uGoK57g/1x9Y514gtjvDdf9j4Iqnwif8QWVU=";
   };
 
   meta = with lib; {