longcat: 0.0.13 -> 0.0.16

This commit is contained in:
R. Ryantm
2026-04-12 04:52:27 +00:00
parent f5c6b4fe94
commit cdba47a019
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
version = "0.0.13";
version = "0.0.16";
in
buildGoModule {
pname = "longcat";
@@ -16,10 +16,10 @@ buildGoModule {
owner = "mattn";
repo = "longcat";
tag = "v${version}";
hash = "sha256-QKtK7v2+Q5/jZrH1m6u9mwgwMQoaLv3pIRc+hYQn4k0=";
hash = "sha256-lI+gykqXWI32TEtvdj9+Lq6iSx7I1iSzP1cYROIZLGM=";
};
vendorHash = "sha256-ka58YOoyBKLX8Z9ak2+rERXsY3rPUaOanfIFErCJCdE=";
vendorHash = "sha256-VcNhzQyhd7gDvlrz7Lh2QRUkMjZj40s2hanNP6gsnMs=";
passthru.updateScript = nix-update-script { };