Unverified Commit 88f98735 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

zsh-forgit: 24.09.0 -> 24.10.0 (#346395)

parents 77527eb5 087a9cfa
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.09.0";
  version = "24.10.0";

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    rev = "refs/tags/${finalAttrs.version}";
    hash = "sha256-8QgnEu41BHeX6heP2slQT+X+Dti+7Ij+J2zqmU4dm3I=";
    hash = "sha256-g1uedR9BLG0DuGdM/9xqFv6yhBHHnqjQMt1n0z9I29I=";
  };

  strictDeps = true;