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

fishPlugins.done: 1.19.1 -> 1.19.2
This commit is contained in:
Nick Cao 2024-02-24 10:28:20 -05:00 committed by GitHub
commit 1a1f521e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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