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

Merge pull request #291058 from r-ryantm/auto-update/fishPlugins.forgit

fishPlugins.forgit: 24.01.0 -> 24.02.0
parents d01044ec f96ed272
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildFishPlugin rec {
  pname = "forgit";
  version = "24.01.0";
  version = "24.02.0";

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    rev = version;
    hash = "sha256-WHhyllOr/PgR+vlrfMQs/3/d3xpmDylT6BlLCu50a2g=";
    hash = "sha256-DoOtrnEJwSxkCZtsVek+3w9RZH7j7LTvdleBC88xyfI=";
  };

  postInstall = ''