wttrbar: 0.10.6 -> 0.11.0 (#354778)

authored by Austin Horstman and committed by GitHub ec1f3c73 1546e087

+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.10.6"; 11 + version = "0.11.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "bjesus"; 15 15 repo = "wttrbar"; 16 16 rev = version; 17 - hash = "sha256-fuLKWooXn966RORH20D9wwbjNtyLEZOO8Y8RcjsFwqM="; 17 + hash = "sha256-EEc64pTAdVZZJtzHzACxZktUJMz10yuqdYG+N1CAD8k="; 18 18 }; 19 19 20 20 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ Security SystemConfiguration ]); 21 21 22 - cargoHash = "sha256-Of1tHKIL2XbzA6YFxtvaP9sa+KMw8uJTFG0n84g2Eog="; 22 + cargoHash = "sha256-UXC7b0FDyKSRpYGJOLcG0mqZgKTLJA+eTqKMp1Zo1so="; 23 23 24 24 passthru.updateScript = nix-update-script { }; 25 25