about summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-24 05:20:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-24 05:20:51 +0000
commitf96ed2726446e895a6fe8d986440d9564e83ce7c (patch)
tree0cb5f56bc94a616f5a511f666c85e80bba8a6766 /pkgs/shells/fish
parent927ee13585530dd1cd6e3e25e636fe24ae52b17d (diff)
fishPlugins.forgit: 24.01.0 -> 24.02.0
Diffstat (limited to 'pkgs/shells/fish')
-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 7d6a890989003..253208d479815 100644
--- a/pkgs/shells/fish/plugins/forgit.nix
+++ b/pkgs/shells/fish/plugins/forgit.nix
@@ -2,13 +2,13 @@
 
 buildFishPlugin rec {
   pname = "forgit";
-  version = "24.01.0";
+  version = "24.02.0";
 
   src = fetchFromGitHub {
     owner = "wfxr";
     repo = "forgit";
     rev = version;
-    hash = "sha256-WHhyllOr/PgR+vlrfMQs/3/d3xpmDylT6BlLCu50a2g=";
+    hash = "sha256-DoOtrnEJwSxkCZtsVek+3w9RZH7j7LTvdleBC88xyfI=";
   };
 
   postInstall = ''