fishPlugins.done: 1.19.2 -> 1.19.3

This commit is contained in:
R. Ryantm 2024-04-12 00:52:18 +00:00
parent c81c241415
commit a4b7371c70
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 ];