Commit a4b7371c authored by R. RyanTM's avatar R. RyanTM
Browse files

fishPlugins.done: 1.19.2 -> 1.19.3

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

buildFishPlugin rec {
  pname = "done";
  version = "1.19.2";
  version = "1.19.3";

  src = fetchFromGitHub {
    owner = "franciscolourenco";
    repo = "done";
    rev = version;
    hash = "sha256-VSCYsGjNPSFIZSdLrkc7TU7qyPVm8UupOoav5UqXPMk=";
    hash = "sha256-DMIRKRAVOn7YEnuAtz4hIxrU93ULxNoQhW6juxCoh4o=";
  };

  checkPlugins = [ fishtape ];