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

fishPlugins.forgit: 25.12.0 -> 26.01.0 (#475757)

parents 25408ef3 c6361b0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildFishPlugin rec {
  pname = "forgit";
  version = "25.12.0";
  version = "26.01.0";

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    rev = version;
    hash = "sha256-DN2QUxCVVjYn7b4xt/7+k5g1/7dfZ+cp5Yi0nJWh1mM=";
    hash = "sha256-3PjKFARsN3BE5c3/JonNj+LpKBPT1N3hc1bK6NdWDTQ=";
  };

  postInstall = ''