Merge pull request #263013 from khaneliman/wttrbar

wttrbar: 0.5.2 -> 0.6.0

authored by Maximilian Bosch and committed by GitHub 261eaae0 4da22f8d

+3 -3
+3 -3
pkgs/applications/misc/wttrbar/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "wttrbar"; 10 - version = "0.5.2"; 10 + version = "0.6.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "bjesus"; 14 14 repo = "wttrbar"; 15 15 rev = version; 16 - hash = "sha256-7Y1t/A4k4dgf1Y0OEGPVI3bklXJ/Wuc/IRLSknW/tL8="; 16 + hash = "sha256-Qe1Is13RXUIT5JkfuLK3Lj5gxKxVbfA4FCNgkqSTMNE="; 17 17 }; 18 18 19 19 buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk_11_0.frameworks.Security ]; 20 20 21 - cargoHash = "sha256-ErS0QgI3CbhwgvkUPlR06twKt3Swb+8hlSJv7DO3S70="; 21 + cargoHash = "sha256-IK6ciz+XtNsC4QsAop7Pf5qjiTCUQa30xnHWW4PobnA="; 22 22 23 23 meta = { 24 24 description = "A simple but detailed weather indicator for Waybar using wttr.in";