algia: 0.0.86 -> 0.0.87 (#464601)

This commit is contained in:
Nick Cao
2025-11-25 21:50:54 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "algia";
version = "0.0.86";
version = "0.0.87";
src = fetchFromGitHub {
owner = "mattn";
repo = "algia";
tag = "v${version}";
hash = "sha256-dpvBlFI6xmQOwui7Ma1ewIoxgFctG9fK+pLhjK/71XI=";
hash = "sha256-8E48TLxA+kGObE08NJ3oFsLUY+y1LKQ6f8+kw7EhAzY=";
};
vendorHash = "sha256-Yt95kSXAIBxHgX+VUefKrumg9thuvh3c+gnSu/2PSQY=";