Commit b4c35135 authored by Jost Alemann's avatar Jost Alemann
Browse files
parent bd98643a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildFishPlugin rec {
  pname = "done";
  version = "1.20.0";
  version = "1.20.1";

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

  checkPlugins = [ fishtape ];