Merge pull request #248632 from r-ryantm/auto-update/zsh-forgit

zsh-forgit: 23.07.0 -> 23.08.1

authored by Weijia Wang and committed by GitHub fec95cc1 2bdf0e4b

+2 -2
+2 -2
pkgs/shells/zsh/zsh-forgit/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "zsh-forgit"; 16 - version = "23.07.0"; 16 + version = "23.08.1"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "wfxr"; 20 20 repo = "forgit"; 21 21 rev = version; 22 - sha256 = "sha256-PNeS/YpL56Ir3xoiUzOU5Tkhq0B5eyudzEuOt2yCqh4="; 22 + sha256 = "sha256-YyPB7Kd6ScV0VVXR9wdxqd3oIyxdxRRgmK2c8E3uzWk="; 23 23 }; 24 24 25 25 strictDeps = true;