Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add commit bundle support #2688

Merged
merged 18 commits into from
Sep 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump cli
smatting authored and pcapriotti committed Sep 19, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 168bfa17ea008b962c6f27751293dc9e5f19b07e
8 changes: 4 additions & 4 deletions nix/pkgs/mls_test_cli/default.nix
Original file line number Diff line number Diff line change
@@ -9,17 +9,17 @@

rustPlatform.buildRustPackage rec {
name = "mls-test-cli-${version}";
version = "0.4.0";
version = "0.6.0";
nativeBuildInputs = [ pkg-config perl ];
buildInputs = [ libsodium ];
src = fetchFromGitHub {
owner = "wireapp";
repo = "mls-test-cli";
sha256 = "sha256-Gw1+b7kslc/KcB+pEqP1FuE6tAPqKtB6hlkLcXMuCcM=";
rev = "f44dec2705e1833b654cb6f02271e11a6c2fdeb0";
sha256 = "sha256-xYL9KNcirCARb1Rp41einOpq0ut5adlqMIAEiwYXkzg=";
rev = "d46624fb49c900facc8853fa86e3ecf51fd0dcdb";
};
doCheck = false;
cargoSha256 = "sha256-3zUGEowQREPKsfpH2y9C7BeeTTF3zat4Qfpw74fOCHQ=";
cargoSha256 = "sha256-FGFyS/tLlD+3JQX7vkKq4nW+WQI1FFnpugzfFBi/eQE=";
cargoDepsHook = ''
mkdir -p mls-test-cli-${version}-vendor.tar.gz/ring/.git
'';