Skip to content

Commit

Permalink
Merge pull request #295688 from khaneliman/wttrbar
Browse files Browse the repository at this point in the history
wttrbar: 0.9.2 -> 0.9.3
  • Loading branch information
drupol authored Mar 17, 2024
2 parents e329662 + 1295329 commit 39cfb51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/wttrbar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@

rustPlatform.buildRustPackage rec {
pname = "wttrbar";
version = "0.9.2";
version = "0.9.3";

src = fetchFromGitHub {
owner = "bjesus";
repo = "wttrbar";
rev = version;
hash = "sha256-2oUj9G82+aGXU+qB37f+lRz5rctZNnb3bK8IETrt/4g=";
hash = "sha256-9qAluu9W6OG/G1SmAEOe97mUS83PZL/oLYUsIJNunwY=";
};

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

cargoHash = "sha256-yvgqvcOxl/AmvUg6jTFtYh13sgqAWKPt2uMFHaX5OMM=";
cargoHash = "sha256-AVlI2Yi3Gx9jCgP2O5NfaTvUFHdw6HPRmsMqbPFvxf8=";

meta = {
description = "A simple but detailed weather indicator for Waybar using wttr.in";
Expand Down

0 comments on commit 39cfb51

Please sign in to comment.