Unverified Commit 3f3e56ea authored by Jenny's avatar Jenny Committed by GitHub
Browse files

zsh-forgit: 25.06.0 -> 25.07.0 (#421421)

parents d9a8a20e d7d0c4e1
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 = "25.06.0";
  version = "25.07.0";

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    tag = finalAttrs.version;
    hash = "sha256-D1we3pOPXNsK8KgEaRBAmD5eH1i2ud4zX1GwYbOyZvY=";
    hash = "sha256-h9li2nwKG6SnOQntWZpdeBbU3RrwO4+4yO7tAwuOwhE=";
  };

  strictDeps = true;