tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
twitch-hls-client: 1.3.14 -> 1.4.0
R. Ryantm
10 months ago
4360b166
78e2cd1a
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
tw
twitch-hls-client
package.nix
+3
-3
pkgs/by-name/tw/twitch-hls-client/package.nix
···
8
8
9
9
rustPlatform.buildRustPackage rec {
10
10
pname = "twitch-hls-client";
11
11
-
version = "1.3.14";
11
11
+
version = "1.4.0";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "2bc4";
15
15
repo = "twitch-hls-client";
16
16
rev = version;
17
17
-
hash = "sha256-g7pnTu6NHvtge7vUyG1Cms6hv4ozPgawMUKYGU7VRak=";
17
17
+
hash = "sha256-bMND6TFM2lpnUFE6BfrNF88JRImYJy/cGhbSjIWi974=";
18
18
};
19
19
20
20
useFetchCargoVendor = true;
21
21
-
cargoHash = "sha256-Suq+j4/lmkEMg6VlLT8UcPcVjDyBLyjUaqPXdqDo3dU=";
21
21
+
cargoHash = "sha256-TvgRj6OyDcL0/I0o14CD8t2+VYu37kFXMwrS093uA1o=";
22
22
23
23
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
24
24
darwin.apple_sdk.frameworks.Security