about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-05 03:42:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-05 03:42:28 +0000
commitd31ea9f454db93212a451c0b0a88b4cba9a99237 (patch)
tree0248714540b02f78abbd1c170d6d0a7817173ed6
parent87a0230e64d5100c972de1dec96996bc985a1ebe (diff)
zsh-forgit: 23.05.0 -> 23.06.0
-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 9957530fd901b..0b48a16b537d7 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.05.0";
+  version = "23.06.0";
 
   src = fetchFromGitHub {
     owner = "wfxr";
     repo = "forgit";
     rev = version;
-    sha256 = "sha256-oBPN8ehz00cDIs6mmGfCBzuDQMLG5z3G6KetJ1FK7e8=";
+    sha256 = "sha256-HxdTRv4OFf7Bh3FnTB7FMjhizCLH5DbuOHzQq2SYfAE=";
   };
 
   strictDeps = true;