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

wttrbar: 0.10.5 -> 0.10.6
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-05 14:10:50 +00:00 committed by GitHub
commit d84f6403ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,18 +8,18 @@
rustPlatform.buildRustPackage rec {
pname = "wttrbar";
version = "0.10.5";
version = "0.10.6";
src = fetchFromGitHub {
owner = "bjesus";
repo = "wttrbar";
rev = version;
hash = "sha256-u+JrmpXDH+9tsjATs6xLjjQmuBWCuE9daPlJUWfcm+A=";
hash = "sha256-fuLKWooXn966RORH20D9wwbjNtyLEZOO8Y8RcjsFwqM=";
};
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ Security SystemConfiguration ]);
cargoHash = "sha256-UUIDiTXGWezbPVjz5OqFivnmLaIJ/yZYBgob4CAt43s=";
cargoHash = "sha256-Of1tHKIL2XbzA6YFxtvaP9sa+KMw8uJTFG0n84g2Eog=";
passthru.updateScript = nix-update-script { };