about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-01 04:51:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-01 04:51:37 +0000
commit2f33899915a73fff0201b7173e891379d736d979 (patch)
treea5597b0618f7e6866cf0942e19c2ce183f2ee4f5 /pkgs/shells
parentdbe5775901382086375f0a94cb43fdf4a36ed48c (diff)
fishPlugins.forgit: 24.03.2 -> 24.04.0
Diffstat (limited to 'pkgs/shells')
-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 920eb5be382e4..d8ceb5d71d660 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.03.2";
+  version = "24.04.0";
 
   src = fetchFromGitHub {
     owner = "wfxr";
     repo = "forgit";
     rev = version;
-    hash = "sha256-DnGQHWx3uFHFEI1kMTB6hfmaE4tY4O/hesPKj5s4uwQ=";
+    hash = "sha256-fvhlN2N3u++rfAeiwRRUX+Cv5expyA6aEUB6/TvV5+4=";
   };
 
   postInstall = ''