Commit 6bbdae6f authored by R. RyanTM's avatar R. RyanTM
Browse files

zsh-forgit: 24.10.0 -> 24.11.0

parent d25ccf9c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "zsh-forgit";
  version = "24.10.0";
  version = "24.11.0";

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    rev = "refs/tags/${finalAttrs.version}";
    hash = "sha256-g1uedR9BLG0DuGdM/9xqFv6yhBHHnqjQMt1n0z9I29I=";
    hash = "sha256-8BMFL3WktkkB8m6asbNeb9swnLWi3jHo012fBXGa8ls=";
  };

  strictDeps = true;