wttrbar: add passthru.updateScript

This commit is contained in:
Austin Horstman 2024-03-26 21:26:22 -05:00
parent 7345c87cd9
commit 3582fa96ee
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
, fetchFromGitHub
, rustPlatform
, darwin
, nix-update-script
}:
rustPlatform.buildRustPackage rec {
@ -20,6 +21,8 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-HxSyGME95FWR5VwodmrMUX0jPlfE9SJV0WBbICuuTok=";
passthru.updateScript = nix-update-script { };
meta = {
description = "A simple but detailed weather indicator for Waybar using wttr.in";
homepage = "https://github.com/bjesus/wttrbar";