about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-27 14:10:51 +0300
committerGitHub <noreply@github.com>2023-04-27 14:10:51 +0300
commit8e59cf618fe1f146343befc4f24e2db024926b55 (patch)
treef58a1f4d0bb2f809b0ff1eb90b82e71d136f25c0 /pkgs/shells
parent468813060dc63db045cd9b47bc633292f2d08f9a (diff)
parenteb4c0dca7614467ff9e2dbbd219d770d0669ab81 (diff)
Merge pull request #228455 from r-ryantm/auto-update/zsh-forgit
zsh-forgit: 23.03.0 -> 23.04.0
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/zsh-forgit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/zsh-forgit/default.nix b/pkgs/shells/zsh/zsh-forgit/default.nix
index d9417a4b8e8ff..8873b7b4ff8e1 100644
--- a/pkgs/shells/zsh/zsh-forgit/default.nix
+++ b/pkgs/shells/zsh/zsh-forgit/default.nix
@@ -13,13 +13,13 @@
 
 stdenv.mkDerivation rec {
   pname = "zsh-forgit";
-  version = "23.03.0";
+  version = "23.04.0";
 
   src = fetchFromGitHub {
     owner = "wfxr";
     repo = "forgit";
     rev = version;
-    sha256 = "sha256-merUZ0IQ/qmDkquGFjKvc4vJBj4Ff62JpWYOB67lAVY=";
+    sha256 = "sha256-3lvYIuzuJw0CQlaAQG6hAyfUgSXM+3BOmKRVDNFUN/U=";
   };
 
   strictDeps = true;