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

fishPlugins.forgit: 26.04.1 -> 26.04.2 (#510777)

parents 61987ad1 2318b8e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildFishPlugin rec {
  pname = "forgit";
  version = "26.04.1";
  version = "26.04.2";

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    rev = version;
    hash = "sha256-/tG//6s0km8IUJXI4f++/UUCTAOYTDE/C5bbkHFhdNY=";
    hash = "sha256-/zFws4/QkAuoV2edtxW3jK1HbftigYNZzTkSg5Y4Phg=";
  };

  postInstall = ''