about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-02-24 10:48:44 +0000
committerGitHub <noreply@github.com>2024-02-24 10:48:44 +0000
commit85a7517e19e393de68d270e42c4ac89606fba424 (patch)
treedce60a501e6c2a50773f1ad673505637d506347d /pkgs/shells
parentd01044ecfa9c89a925bebb76cf60f2e3b9cea667 (diff)
parentf96ed2726446e895a6fe8d986440d9564e83ce7c (diff)
downloadnixlib-85a7517e19e393de68d270e42c4ac89606fba424.tar
nixlib-85a7517e19e393de68d270e42c4ac89606fba424.tar.gz
nixlib-85a7517e19e393de68d270e42c4ac89606fba424.tar.bz2
nixlib-85a7517e19e393de68d270e42c4ac89606fba424.tar.lz
nixlib-85a7517e19e393de68d270e42c4ac89606fba424.tar.xz
nixlib-85a7517e19e393de68d270e42c4ac89606fba424.tar.zst
nixlib-85a7517e19e393de68d270e42c4ac89606fba424.zip
Merge pull request #291058 from r-ryantm/auto-update/fishPlugins.forgit
fishPlugins.forgit: 24.01.0 -> 24.02.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 7d6a89098900..253208d47981 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 = ''