flirt: Add update script using nix-update

This commit is contained in:
David Chocholatý
2024-12-19 05:34:12 +01:00
parent 80391c8b50
commit dcf68b3b5d
+3
View File
@@ -2,6 +2,7 @@
rustPlatform,
fetchFromSourcehut,
lib,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
@@ -17,6 +18,8 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-gVtRU+tjwf3rTei/TjUFYSMvLB9g6gNeGYO+9NBxgYQ=";
passthru.updateScript = nix-update-script { };
meta = {
description = "FiLe InteRacT, the file interaction tool for your command line";
homepage = "https://git.sr.ht/~hadronized/flirt";