Skip to content
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions pkgs/by-name/oo/oo7/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@

rustPlatform.buildRustPackage rec {
pname = "oo7";
version = "0.4.0";
version = "0.4.3";

src = fetchFromGitHub {
owner = "bilelmoussaoui";
repo = "oo7";
rev = version;
hash = "sha256-4QEFlQJt2qMf1SxP4OUP2rkmx6OjvNJ/tibuwZLRwus=";
hash = "sha256-P20hxwTT/O4o+Z1LnXJJkeEHv1IILfj4/pPMNde55mY=";
};

# TODO: this won't cover tests from the client crate
# Additionally cargo-credential will also not be built here
buildAndTestSubdir = "cli";

useFetchCargoVendor = true;
cargoHash = "sha256-WqEHYywkFcHyoT55IuTFt5tfeeEtVhNc7VhuEc0nFfk=";
cargoHash = "sha256-VNgbdvX5ttW+/V2Zzkd3rGIjVe1ENRE6WLg7M48ij7o=";

nativeBuildInputs = [ pkg-config ];

Expand Down