tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
wttrbar: 0.5.2 -> 0.6.0
Austin Horstman
2 years ago
bb3caa83
9dc9be25
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
wttrbar
default.nix
+3
-3
pkgs/applications/misc/wttrbar/default.nix
···
7
8
rustPlatform.buildRustPackage rec {
9
pname = "wttrbar";
10
-
version = "0.5.2";
11
12
src = fetchFromGitHub {
13
owner = "bjesus";
14
repo = "wttrbar";
15
rev = version;
16
-
hash = "sha256-7Y1t/A4k4dgf1Y0OEGPVI3bklXJ/Wuc/IRLSknW/tL8=";
17
};
18
19
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk_11_0.frameworks.Security ];
20
21
-
cargoHash = "sha256-ErS0QgI3CbhwgvkUPlR06twKt3Swb+8hlSJv7DO3S70=";
22
23
meta = {
24
description = "A simple but detailed weather indicator for Waybar using wttr.in";
···
7
8
rustPlatform.buildRustPackage rec {
9
pname = "wttrbar";
10
+
version = "0.6.0";
11
12
src = fetchFromGitHub {
13
owner = "bjesus";
14
repo = "wttrbar";
15
rev = version;
16
+
hash = "sha256-Qe1Is13RXUIT5JkfuLK3Lj5gxKxVbfA4FCNgkqSTMNE=";
17
};
18
19
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk_11_0.frameworks.Security ];
20
21
+
cargoHash = "sha256-IK6ciz+XtNsC4QsAop7Pf5qjiTCUQa30xnHWW4PobnA=";
22
23
meta = {
24
description = "A simple but detailed weather indicator for Waybar using wttr.in";