fishPlugins.done: 1.16.5 -> 1.17.0
Diff: https://github.com/franciscolourenco/done/compare/1.16.5...1.17.0
This commit is contained in:
parent
3a9dad28a8
commit
c51302f081
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildFishPlugin rec {
|
buildFishPlugin rec {
|
||||||
pname = "done";
|
pname = "done";
|
||||||
version = "1.16.5";
|
version = "1.17.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "franciscolourenco";
|
owner = "franciscolourenco";
|
||||||
repo = "done";
|
repo = "done";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "E0wveeDw1VzEH2kzn63q9hy1xkccfxQHBV2gVpu2IdQ=";
|
hash = "sha256-H+PVoZZ0JdGPcQBib600dzaymlU6rPCSEi8VZXyi/Xc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkPlugins = [ fishtape ];
|
checkPlugins = [ fishtape ];
|
||||||
|
|
Loading…
Reference in a new issue