mountpoint-s3: 1.16.1 -> 1.16.2 (#398412)

Co-authored-by: lblasc <lblasc@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
lblasc
and committed by
GitHub
52d6be74 1eac1241

+3 -3
+3 -3
pkgs/by-name/mo/mountpoint-s3/package.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "mountpoint-s3"; 12 - version = "1.16.1"; 13 14 src = fetchFromGitHub { 15 owner = "awslabs"; 16 repo = "mountpoint-s3"; 17 rev = "v${version}"; 18 - hash = "sha256-/a9chdeijaGKJ3nDDYYZLdS9JrZiAjC8QFQ6bjdLWT8="; 19 fetchSubmodules = true; 20 }; 21 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-qFPvNCRF3eUprj2/88RF+H5O3Kz9QF9SQqPfXb9Yogo="; 24 25 # thread 'main' panicked at cargo-auditable/src/collect_audit_data.rs:77:9: 26 # cargo metadata failure: error: none of the selected packages contains these features: libfuse3
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "mountpoint-s3"; 12 + version = "1.16.2"; 13 14 src = fetchFromGitHub { 15 owner = "awslabs"; 16 repo = "mountpoint-s3"; 17 rev = "v${version}"; 18 + hash = "sha256-5zib6F+OtOqxJei4+HzzEEMvjOoltdcPfIc6kzUJYgw="; 19 fetchSubmodules = true; 20 }; 21 22 useFetchCargoVendor = true; 23 + cargoHash = "sha256-3wEmtBEYvvHZ0Tde+o//YW8J20o6t/v8C0vq/CICHD0="; 24 25 # thread 'main' panicked at cargo-auditable/src/collect_audit_data.rs:77:9: 26 # cargo metadata failure: error: none of the selected packages contains these features: libfuse3