Unverified Commit 65cc3e05 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

zsh-forgit: 23.08.1 -> 23.09.0
parents 40da2024 5710c833
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;