about summary refs log tree commit diff
path: root/pkgs/shells/fish/plugins
diff options
context:
space:
mode:
authorSteven Kou <skykinetic@stevenkou.xyz>2024-01-15 13:40:05 -0500
committerSteven Kou <skykinetic@stevenkou.xyz>2024-01-15 13:40:05 -0500
commit30e8820750ff8e5318208c7cb824892b00f4a98a (patch)
tree81fcf142cdf48e6f6f0103cdd03661f9d58dfd4f /pkgs/shells/fish/plugins
parente3528ac5517c68ef67bce66b9dce5433a402ceda (diff)
fishPlugins.forgit: 23.04.0 -> 24.01.0
Diffstat (limited to 'pkgs/shells/fish/plugins')
-rw-r--r--pkgs/shells/fish/plugins/forgit.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/fish/plugins/forgit.nix b/pkgs/shells/fish/plugins/forgit.nix
index 80a40aff0e99e..7d6a890989003 100644
--- a/pkgs/shells/fish/plugins/forgit.nix
+++ b/pkgs/shells/fish/plugins/forgit.nix
@@ -2,13 +2,13 @@
 
 buildFishPlugin rec {
   pname = "forgit";
-  version = "23.04.0";
+  version = "24.01.0";
 
   src = fetchFromGitHub {
     owner = "wfxr";
     repo = "forgit";
     rev = version;
-    sha256 = "sha256-3lvYIuzuJw0CQlaAQG6hAyfUgSXM+3BOmKRVDNFUN/U=";
+    hash = "sha256-WHhyllOr/PgR+vlrfMQs/3/d3xpmDylT6BlLCu50a2g=";
   };
 
   postInstall = ''