Version bump/nix shell

pmeunier
Nov 22, 2023, 8:02 PM
5EV2X6V42RKTOER62WQPTLMCES74WAIZI6IR7IJJPFYQ7Q4VMTTAC

Dependencies

  • [2] 7FRJYUI6 Reboot because of a bad change
  • [3] ZQT6ZVJE Fix broken links in crate metadata

Change contents

  • replacement in thrussh-libsodium/Cargo.toml at line 3
    [2.5348][2.5348:5366]()
    version = "0.2.1"
    [2.5348]
    [2.5366]
    version = "0.2.2"
  • replacement in thrussh-libsodium/Cargo.toml at line 15
    [2.5706][2.5706:5728]()
    libsodium-sys = "0.2"
    [2.5706]
    [2.5728]
    libsodium-sys = { version = "0.2.7", features = [ "use-pkg-config" ] }
  • edit in shell.nix at line 3
    [2.427567][2.427567:427839]()
    let src = fetchFromGitHub {
    owner = "mozilla";
    repo = "nixpkgs-mozilla";
    rev = "8c007b60731c07dd7a052cce508de3bb1ae849b4";
    hash = "sha256-RsNPnEKd7BcogwkqhaV5kI/HuNC4flH/OQCC/4W5y/8=";
    };
    in
    with import "${src.out}/rust-overlay.nix" pkgs pkgs;
  • replacement in shell.nix at line 5
    [2.427884][2.427884:427958]()
    buildInputs = [ rustChannels.stable.rust libsodium pkgconfig openssl ];
    [2.427884]
    [2.427958]
    buildInputs = [ libsodium pkg-config openssl ];