Unverified Commit 06ecba6e authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

zsh-forgit: 26.04.2 -> 26.05.0 (#515318)

parents 1da2acd4 82dfe936
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "zsh-forgit";
  version = "26.04.2";
  version = "26.05.0";

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    tag = finalAttrs.version;
    hash = "sha256-/zFws4/QkAuoV2edtxW3jK1HbftigYNZzTkSg5Y4Phg=";
    hash = "sha256-EFbzrVgLfVO+dEEQ1vZUcZkIszZFCktYjQjwkBVrHQI=";
  };

  strictDeps = true;