Unverified Commit c6d65881 authored by Yt's avatar Yt Committed by GitHub
Browse files

fishPlugins.forgit: 26.04.2 -> 26.05.0 (#515264)

parents 97ff0819 9f0ede4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildFishPlugin rec {
  pname = "forgit";
  version = "26.04.2";
  version = "26.05.0";

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

  postInstall = ''