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

fishPlugins.forgit: 25.09.0 -> 25.10.0 (#447637)

parents 0983bb1b 5dcf5e89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildFishPlugin rec {
  pname = "forgit";
  version = "25.09.0";
  version = "25.10.0";

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    rev = version;
    hash = "sha256-hbPiuuiyPOCtnByInhoA0atVDwNaMRfzp1n9dusg59I=";
    hash = "sha256-MG60GzRG0NFQsGXBXBedSweucxo88S/NACXTme7ixRM=";
  };

  postInstall = ''