about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-06 02:23:11 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-06 02:23:11 +0000
commit5710c833d93316649135caf7dc1a092c1e48a79b (patch)
treeec19daeb50a49c01b2299f0d401e9005e674ce4a /pkgs/shells
parent2c9e9de1fe101944a20a5c1ac4e7a9ad8c8f8b6f (diff)
zsh-forgit: 23.08.1 -> 23.09.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 47cb366d1e46e..2cdb274eda8b6 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.08.1";
+  version = "23.09.0";
 
   src = fetchFromGitHub {
     owner = "wfxr";
     repo = "forgit";
     rev = version;
-    sha256 = "sha256-YyPB7Kd6ScV0VVXR9wdxqd3oIyxdxRRgmK2c8E3uzWk=";
+    sha256 = "sha256-WvJxjEzF3vi+YPVSH3QdDyp3oxNypMoB71TAJ7D8hOQ=";
   };
 
   strictDeps = true;