lol

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

wttrbar: 0.9.4 -> 0.10.1

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
83c38d36 a7cdcbc9

+3 -3
+3 -3
pkgs/by-name/wt/wttrbar/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "wttrbar"; 11 - version = "0.9.4"; 11 + version = "0.10.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "bjesus"; 15 15 repo = "wttrbar"; 16 16 rev = version; 17 - hash = "sha256-kRrVqUfkrSK/9z3Hj4J+mKcdV7JdTzjhxlVRa/kf8sw="; 17 + hash = "sha256-rUiLB0M/dzNxzBPAqlGy5m/gOTGYw4GRzb+ud0l/1+8="; 18 18 }; 19 19 20 20 buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ Security SystemConfiguration ]); 21 21 22 - cargoHash = "sha256-HxSyGME95FWR5VwodmrMUX0jPlfE9SJV0WBbICuuTok="; 22 + cargoHash = "sha256-v415OJ6dmWSLUDeFUtd27mBaQlB3x1vC37sjpMhKyYY="; 23 23 24 24 passthru.updateScript = nix-update-script { }; 25 25