Commit 2318b8e4 authored by R. RyanTM's avatar R. RyanTM
Browse files

fishPlugins.forgit: 26.04.1 -> 26.04.2

parent 73259bfa
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 = ''