flirt: Add update script using nix-update (#363134)

This commit is contained in:
Christian Kögler
2025-01-01 21:14:58 +01:00
committed by GitHub
+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-EquriyhfbYyi87TP3zuLiCXDV7baDRaTRuZd7Yht/UA=";
passthru.updateScript = nix-update-script { };
meta = {
description = "FiLe InteRacT, the file interaction tool for your command line";
homepage = "https://git.sr.ht/~hadronized/flirt";