Unverified Commit 83c38d36 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

Merge pull request #311221 from r-ryantm/auto-update/wttrbar

wttrbar: 0.9.4 -> 0.10.1
parents a7cdcbc9 2d39d770
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,18 +8,18 @@

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

  src = fetchFromGitHub {
    owner = "bjesus";
    repo = "wttrbar";
    rev = version;
    hash = "sha256-kRrVqUfkrSK/9z3Hj4J+mKcdV7JdTzjhxlVRa/kf8sw=";
    hash = "sha256-rUiLB0M/dzNxzBPAqlGy5m/gOTGYw4GRzb+ud0l/1+8=";
  };

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

  cargoHash = "sha256-HxSyGME95FWR5VwodmrMUX0jPlfE9SJV0WBbICuuTok=";
  cargoHash = "sha256-v415OJ6dmWSLUDeFUtd27mBaQlB3x1vC37sjpMhKyYY=";

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