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

wttrbar: 0.9.3 -> 0.9.4

authored by Nick Cao and committed by GitHub aafa8905 0ed452d7

+3 -3
+3 -3
pkgs/applications/misc/wttrbar/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "wttrbar"; 10 - version = "0.9.3"; 10 + version = "0.9.4"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "bjesus"; 14 14 repo = "wttrbar"; 15 15 rev = version; 16 - hash = "sha256-9qAluu9W6OG/G1SmAEOe97mUS83PZL/oLYUsIJNunwY="; 16 + hash = "sha256-kRrVqUfkrSK/9z3Hj4J+mKcdV7JdTzjhxlVRa/kf8sw="; 17 17 }; 18 18 19 19 buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ Security SystemConfiguration ]); 20 20 21 - cargoHash = "sha256-AVlI2Yi3Gx9jCgP2O5NfaTvUFHdw6HPRmsMqbPFvxf8="; 21 + cargoHash = "sha256-HxSyGME95FWR5VwodmrMUX0jPlfE9SJV0WBbICuuTok="; 22 22 23 23 meta = { 24 24 description = "A simple but detailed weather indicator for Waybar using wttr.in";