Skip to content

Commit

Permalink
Merge pull request #317588 from r-ryantm/auto-update/wttrbar
Browse files Browse the repository at this point in the history
wttrbar: 0.10.1 -> 0.10.2
  • Loading branch information
NickCao authored Jun 6, 2024
2 parents 4233737 + fb29eac commit 31f4099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/wt/wttrbar/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@

rustPlatform.buildRustPackage rec {
pname = "wttrbar";
version = "0.10.1";
version = "0.10.2";

src = fetchFromGitHub {
owner = "bjesus";
repo = "wttrbar";
rev = version;
hash = "sha256-rUiLB0M/dzNxzBPAqlGy5m/gOTGYw4GRzb+ud0l/1+8=";
hash = "sha256-lwlfarnu2PC5toAf6FAefnpxDlzzwphrP+zXRQ2DQeQ=";
};

buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ Security SystemConfiguration ]);

cargoHash = "sha256-v415OJ6dmWSLUDeFUtd27mBaQlB3x1vC37sjpMhKyYY=";
cargoHash = "sha256-H3UpBRf97JsHudq6naZxMnpIzda0v7teDjgDdgluul0=";

passthru.updateScript = nix-update-script { };

Expand Down

0 comments on commit 31f4099

Please sign in to comment.