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

fishPlugins.forgit: 25.01.0 -> 25.02.0 (#378419)

parents 5f0eb947 b4fb18e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildFishPlugin rec {
  pname = "forgit";
  version = "25.01.0";
  version = "25.02.0";

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    rev = version;
    hash = "sha256-x+Y1o+K6I9DWbn202jNAr40vS71ZAXbS7ztsH+bPGBI=";
    hash = "sha256-vVsJe/MycQrwHLJOlBFLCuKuVDwQfQSMp56Y7beEUyg=";
  };

  postInstall = ''