We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1546e08 + 894ab7c commit ec1f3c7Copy full SHA for ec1f3c7
pkgs/by-name/wt/wttrbar/package.nix
@@ -8,18 +8,18 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "wttrbar";
11
- version = "0.10.6";
+ version = "0.11.0";
12
13
src = fetchFromGitHub {
14
owner = "bjesus";
15
repo = "wttrbar";
16
rev = version;
17
- hash = "sha256-fuLKWooXn966RORH20D9wwbjNtyLEZOO8Y8RcjsFwqM=";
+ hash = "sha256-EEc64pTAdVZZJtzHzACxZktUJMz10yuqdYG+N1CAD8k=";
18
};
19
20
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ Security SystemConfiguration ]);
21
22
- cargoHash = "sha256-Of1tHKIL2XbzA6YFxtvaP9sa+KMw8uJTFG0n84g2Eog=";
+ cargoHash = "sha256-UXC7b0FDyKSRpYGJOLcG0mqZgKTLJA+eTqKMp1Zo1so=";
23
24
passthru.updateScript = nix-update-script { };
25
0 commit comments