Merge pull request #140517 from malob/fishplugins-done

fishPlugins.done: 1.16.3 -> 1.16.5
This commit is contained in:
figsoda 2021-10-05 09:03:18 -04:00 committed by GitHub
commit e901167442
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildFishPlugin rec {
pname = "done";
version = "1.16.3";
version = "1.16.5";
src = fetchFromGitHub {
owner = "franciscolourenco";
repo = "done";
rev = version;
sha256 = "Xld66z9vVp3kxikndZ9k/zlNvP0YSoSCNTBkJ8rT3uo=";
sha256 = "E0wveeDw1VzEH2kzn63q9hy1xkccfxQHBV2gVpu2IdQ=";
};
checkPlugins = [ fishtape ];