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

authored by

Christian Kögler and committed by
GitHub
7b438af4 aa6978f1

+3
+3
pkgs/by-name/fl/flirt/package.nix
··· 2 2 rustPlatform, 3 3 fetchFromSourcehut, 4 4 lib, 5 + nix-update-script, 5 6 }: 6 7 7 8 rustPlatform.buildRustPackage rec { ··· 16 17 }; 17 18 18 19 cargoHash = "sha256-EquriyhfbYyi87TP3zuLiCXDV7baDRaTRuZd7Yht/UA="; 20 + 21 + passthru.updateScript = nix-update-script { }; 19 22 20 23 meta = { 21 24 description = "FiLe InteRacT, the file interaction tool for your command line";