lurk: add update script

This commit is contained in:
Gutyina Gergő
2026-01-18 19:02:26 +01:00
parent 8c5e6c1508
commit 3f61fb528c
+3
View File
@@ -4,6 +4,7 @@
fetchFromGitHub,
fetchpatch,
versionCheckHook,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -38,6 +39,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
versionCheckProgramArg = "--version";
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/jakwai01/lurk/releases/tag/v${finalAttrs.version}";
description = "Simple and pretty alternative to strace";