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 8b0d463 + 3d87aa4 commit 4744aadCopy full SHA for 4744aad
pkgs/by-name/tw/twitch-hls-client/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "twitch-hls-client";
11
- version = "1.3.13";
+ version = "1.3.14";
12
13
src = fetchFromGitHub {
14
owner = "2bc4";
15
repo = "twitch-hls-client";
16
rev = version;
17
- hash = "sha256-H446qXFwRGippLMZemkW8sVhTV3YGpKmAvD8QBamAlo=";
+ hash = "sha256-g7pnTu6NHvtge7vUyG1Cms6hv4ozPgawMUKYGU7VRak=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-sqhB2Lj3RK1OyXy87Be9aOkfcksqz+5VfRTlKuswerU=";
+ cargoHash = "sha256-Suq+j4/lmkEMg6VlLT8UcPcVjDyBLyjUaqPXdqDo3dU=";
22
23
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
24
darwin.apple_sdk.frameworks.Security
0 commit comments