fishPlugins.done: 1.19.1 -> 1.19.2

This commit is contained in:
R. Ryantm 2024-02-24 05:20:48 +00:00
parent 927ee13585
commit a3d47ebf72

View File

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