summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNan Zhong <me@nanzho.ng>2022-09-02 07:57:53 -0400
committerYt <happysalada@proton.me>2022-09-05 16:33:34 -0400
commitf17c56b165b92f11dd1911d89d2e4bf99713cad3 (patch)
tree1cf9cd173813ecd231d755b228b63b67d6630e65
parentfec757aa4eeecb4193c8f4225504bf5eb1725087 (diff)
forgit: 2021-12-05 -> 2022-08-16
-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 108489071b22..19a58755dd96 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-2021-12-05";
+ version = "unstable-2022-08-16";
preFixup = ''
substituteInPlace $out/share/fish/vendor_conf.d/forgit.plugin.fish \
@@ -13,8 +13,8 @@ buildFishPlugin rec {
src = fetchFromGitHub {
owner = "wfxr";
repo = "forgit";
- rev = "7b26cd46ac768af51b8dd4b84b6567c4e1c19642";
- sha256 = "sha256-S/alL3CiyedJ8aGhC2Vg9fmLJYcLxDe4EjQns5dZkKM=";
+ rev = "3f50933f047510020428114551da0ee5cdfb32a3";
+ sha256 = "sha256-TSF4Vr5uf/+MVU4yCdIHNnwB7kkp4mF+hkhKtLqQvmk=";
};
meta = with lib; {