terminal-toys: cleanup (#429480)

authored by Aleksana and committed by GitHub 42ea78a2 5dbe48f4

+7
+7
pkgs/by-name/te/terminal-toys/package.nix
··· 2 2 lib, 3 3 rustPlatform, 4 4 fetchFromGitHub, 5 + versionCheckHook, 6 + nix-update-script, 5 7 }: 6 8 7 9 rustPlatform.buildRustPackage (finalAttrs: { ··· 16 18 }; 17 19 18 20 cargoHash = "sha256-hjWPWNwZxJkuoFuEUuf7SOSJ4CEtqwCOV5ZM7CGtvfY="; 21 + 22 + doInstallCheck = true; 23 + nativeInstallCheckInputs = [ versionCheckHook ]; 24 + 25 + passthru.updateScript = nix-update-script { }; 19 26 20 27 meta = { 21 28 description = "Screensavers for your terminal";