flirt: Add update script using nix-update (#363134)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user