Merge pull request #258620 from malob/update-done

fishPlugins.done: 1.17.0 -> 1.17.1
This commit is contained in:
Nick Cao 2023-10-02 15:37:26 -04:00 committed by GitHub
commit 2e048aee81
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.17.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "franciscolourenco";
repo = "done";
rev = version;
hash = "sha256-H+PVoZZ0JdGPcQBib600dzaymlU6rPCSEi8VZXyi/Xc=";
hash = "sha256-aYKTkx5v7tB6k/UBcS0NOgA6SiRrjzn1lUTH/Xp5DFM=";
};
checkPlugins = [ fishtape ];