Commit 1cf069cb authored by R. RyanTM's avatar R. RyanTM
Browse files

fishPlugins.forgit: 24.03.0 -> 24.03.1

parent 9df3e30c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

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

  src = fetchFromGitHub {
    owner = "wfxr";
    repo = "forgit";
    rev = version;
    hash = "sha256-E8zL5HPUHhb3V03yTIF6IQ83bmqrrRt0KHxYbmtzCQ4=";
    hash = "sha256-DIaoD6o+oY+/FnwQadQh0XqMVP4xbE8gAPtWrvwsG+c=";
  };

  postInstall = ''