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

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

fishPlugins.forgit: 24.02.0 -> 24.03.0
parents 26c8a6eb c617c307
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

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

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    rev = version;
    hash = "sha256-DoOtrnEJwSxkCZtsVek+3w9RZH7j7LTvdleBC88xyfI=";
    hash = "sha256-E8zL5HPUHhb3V03yTIF6IQ83bmqrrRt0KHxYbmtzCQ4=";
  };

  postInstall = ''