Skip to content

Commit 4744aad

Browse files
authored
twitch-hls-client: 1.3.13 -> 1.3.14 (NixOS#397987)
2 parents 8b0d463 + 3d87aa4 commit 4744aad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tw/twitch-hls-client/package.nix

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

99
rustPlatform.buildRustPackage rec {
1010
pname = "twitch-hls-client";
11-
version = "1.3.13";
11+
version = "1.3.14";
1212

1313
src = fetchFromGitHub {
1414
owner = "2bc4";
1515
repo = "twitch-hls-client";
1616
rev = version;
17-
hash = "sha256-H446qXFwRGippLMZemkW8sVhTV3YGpKmAvD8QBamAlo=";
17+
hash = "sha256-g7pnTu6NHvtge7vUyG1Cms6hv4ozPgawMUKYGU7VRak=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-sqhB2Lj3RK1OyXy87Be9aOkfcksqz+5VfRTlKuswerU=";
21+
cargoHash = "sha256-Suq+j4/lmkEMg6VlLT8UcPcVjDyBLyjUaqPXdqDo3dU=";
2222

2323
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
2424
darwin.apple_sdk.frameworks.Security

0 commit comments

Comments
 (0)