Merge pull request #303504 from r-ryantm/auto-update/fishPlugins.done

fishPlugins.done: 1.19.2 -> 1.19.3
This commit is contained in:
Pascal Wittmann 2024-04-12 14:25:11 +02:00 committed by GitHub
commit c0d5d2ca20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildFishPlugin rec {
pname = "done";
version = "1.19.2";
version = "1.19.3";
src = fetchFromGitHub {
owner = "franciscolourenco";
repo = "done";
rev = version;
hash = "sha256-VSCYsGjNPSFIZSdLrkc7TU7qyPVm8UupOoav5UqXPMk=";
hash = "sha256-DMIRKRAVOn7YEnuAtz4hIxrU93ULxNoQhW6juxCoh4o=";
};
checkPlugins = [ fishtape ];