Skip to content

Commit ec1f3c7

Browse files
authored
wttrbar: 0.10.6 -> 0.11.0 (#354778)
2 parents 1546e08 + 894ab7c commit ec1f3c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wt/wttrbar/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "wttrbar";
11-
version = "0.10.6";
11+
version = "0.11.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "bjesus";
1515
repo = "wttrbar";
1616
rev = version;
17-
hash = "sha256-fuLKWooXn966RORH20D9wwbjNtyLEZOO8Y8RcjsFwqM=";
17+
hash = "sha256-EEc64pTAdVZZJtzHzACxZktUJMz10yuqdYG+N1CAD8k=";
1818
};
1919

2020
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ Security SystemConfiguration ]);
2121

22-
cargoHash = "sha256-Of1tHKIL2XbzA6YFxtvaP9sa+KMw8uJTFG0n84g2Eog=";
22+
cargoHash = "sha256-UXC7b0FDyKSRpYGJOLcG0mqZgKTLJA+eTqKMp1Zo1so=";
2323

2424
passthru.updateScript = nix-update-script { };
2525

0 commit comments

Comments
 (0)