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

fishPlugins.forgit: 24.11.0 -> 25.01.0 (#369826)

parents e243c2f4 3374f989
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

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

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

  postInstall = ''