Unverified Commit 0fd3829a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

zsh-forgit: 24.11.0 -> 25.01.0 (#369848)

parents 270fcad8 f347a5b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

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

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    tag = finalAttrs.version;
    hash = "sha256-8BMFL3WktkkB8m6asbNeb9swnLWi3jHo012fBXGa8ls=";
    hash = "sha256-x+Y1o+K6I9DWbn202jNAr40vS71ZAXbS7ztsH+bPGBI=";
  };

  strictDeps = true;