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

fishPlugins.forgit: 25.03.0 -> 25.05.0 (#403191)

parents 1e67e105 147ad207
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildFishPlugin rec {
  pname = "forgit";
  version = "25.03.0";
  version = "25.05.0";

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    rev = version;
    hash = "sha256-wYCuCxPv3HGEGaze/+an6ZprCtXu5ThsTCwaIquEy3Y=";
    hash = "sha256-U+MtgunPEmo/kv/lQI2BBi2WUBgt3wFkaUdfRzJWoGQ=";
  };

  postInstall = ''