about summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorSteven Kou <skykinetic@stevenkou.xyz>2022-10-24 22:42:53 +0800
committerYt <happysalada@proton.me>2022-10-24 15:32:45 -0400
commit2ebe637b8d5db6c6059936112611230ab1dc9273 (patch)
tree81daa52e61633df56631f8a5256fdc0b04279fb3 /pkgs/shells/fish
parent7b0122aede0382ec215b8d455d821d7134515979 (diff)
fishPlugins.forgit: 2022-08-16 -> 2022-10-14
Diffstat (limited to 'pkgs/shells/fish')
-rw-r--r--pkgs/shells/fish/plugins/forgit.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/fish/plugins/forgit.nix b/pkgs/shells/fish/plugins/forgit.nix
index 19a58755dd961..3c746c6fd6120 100644
--- a/pkgs/shells/fish/plugins/forgit.nix
+++ b/pkgs/shells/fish/plugins/forgit.nix
@@ -2,7 +2,7 @@
 
 buildFishPlugin rec {
   pname = "forgit";
-  version = "unstable-2022-08-16";
+  version = "unstable-2022-10-14";
 
   preFixup = ''
     substituteInPlace $out/share/fish/vendor_conf.d/forgit.plugin.fish \
@@ -13,8 +13,8 @@ buildFishPlugin rec {
   src = fetchFromGitHub {
     owner = "wfxr";
     repo = "forgit";
-    rev = "3f50933f047510020428114551da0ee5cdfb32a3";
-    sha256 = "sha256-TSF4Vr5uf/+MVU4yCdIHNnwB7kkp4mF+hkhKtLqQvmk=";
+    rev = "2872548075e63bc83a0b960e2813b16571998563";
+    sha256 = "sha256-NKL4c4k9Nath8NQ3sWUTGUzp517jRX4v0qVaKMJSMrw=";
   };
 
   meta = with lib; {