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 {
|
||||
pname = "done";
|
||||
version = "1.16.5";
|
||||
version = "1.17.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "franciscolourenco";
|
||||
repo = "done";
|
||||
rev = version;
|
||||
sha256 = "E0wveeDw1VzEH2kzn63q9hy1xkccfxQHBV2gVpu2IdQ=";
|
||||
hash = "sha256-H+PVoZZ0JdGPcQBib600dzaymlU6rPCSEi8VZXyi/Xc=";
|
||||
};
|
||||
|
||||
checkPlugins = [ fishtape ];
|
||||
|
|
Loading…
Reference in a new issue