fishPlugins.done: 1.20.0 -> 1.20.1 (#466874)

This commit is contained in:
Aleksana
2025-12-06 15:45:05 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildFishPlugin rec {
pname = "done";
version = "1.20.0";
version = "1.20.1";
src = fetchFromGitHub {
owner = "franciscolourenco";
repo = "done";
rev = version;
hash = "sha256-WA6DBrPBuXRIloO05UBunTJ9N01d6tO1K1uqojjO0mo=";
hash = "sha256-GXKchepYti5Pb1ODFeJL3apDGg7Tn69skQQhvV2nSeQ=";
};
checkPlugins = [ fishtape ];