mountpoint-s3: 1.16.2 -> 1.17.0 (#406457)

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

authored by nixpkgs-merge-bot[bot] lblasc and committed by GitHub 2aa02917 efb9d517

+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.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
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "mountpoint-s3"; 12 + version = "1.17.0"; 13 14 src = fetchFromGitHub { 15 owner = "awslabs"; 16 repo = "mountpoint-s3"; 17 rev = "v${version}"; 18 + hash = "sha256-uV0umUoJkYgmjWjv8GMnk5TRRbCCJS1ut3VV1HvkaAw="; 19 fetchSubmodules = true; 20 }; 21 22 useFetchCargoVendor = true; 23 + cargoHash = "sha256-zDgAGOuK0Jkmm554qZsaA/ABFhuupJ+WToO8HSPp7Xc="; 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