···991010rustPlatform.buildRustPackage rec {
1111 pname = "cargo-wasi";
1212- version = "0.1.27";
1212+ version = "0.1.28";
13131414 src = fetchCrate {
1515 inherit version;
1616 pname = "cargo-wasi-src";
1717- sha256 = "sha256-u6+Fn/j2cvpBqTIfyPC8jltcCKGimFcu4NiMFCAfmwg=";
1717+ sha256 = "sha256-fmQ23BtcBUPNcgZgvNq85iqdY6WRUhqwAp4aIobqMIw=";
1818 };
19192020- cargoHash = "sha256-Hi5Z5TmiHXp7YrqXfbwACKEximksQRhdoMGU1iLmXOk=";
2020+ cargoHash = "sha256-yXtxznUp2gECq2CvRByiFzbTjYtWvTheDjGoynJWb+o=";
21212222 nativeBuildInputs = [ pkg-config ];
2323···26262727 # Checks need to be disabled here because the current test suite makes assumptions
2828 # about the surrounding environment that aren't Nix friendly. See these lines for specifics:
2929- # https://github.com/bytecodealliance/cargo-wasi/blob/0.1.27/tests/tests/support.rs#L13-L18
2929+ # https://github.com/bytecodealliance/cargo-wasi/blob/0.1.28/tests/tests/support.rs#L13-L18
3030 doCheck = false;
31313232 meta = with lib; {
···2222 # The websites yt-dlp deals with are a very moving target. That means that
2323 # downloads break constantly. Because of that, updates should always be backported
2424 # to the latest stable release.
2525- version = "2023.10.7";
2525+ version = "2023.10.13";
26262727 src = fetchPypi {
2828 inherit pname version;
2929- hash = "sha256-/IZlepskDPZf7z/2J+Sg3jNeclk2/nDUQCxx3ZdFLzY=";
2929+ hash = "sha256-4CbqHENf827vEhW8TFu4xHmTi5AFSZe6mfY6RUH+Y7Q=";
3030 };
31313232 propagatedBuildInputs = [