mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
mountpoint-s3: 1.16.2 -> 1.17.0
This commit is contained in:
parent
ce4ce6f87a
commit
baf84b92e9
1 changed files with 3 additions and 3 deletions
|
@ -9,18 +9,18 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "mountpoint-s3";
|
pname = "mountpoint-s3";
|
||||||
version = "1.16.2";
|
version = "1.17.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "awslabs";
|
owner = "awslabs";
|
||||||
repo = "mountpoint-s3";
|
repo = "mountpoint-s3";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-5zib6F+OtOqxJei4+HzzEEMvjOoltdcPfIc6kzUJYgw=";
|
hash = "sha256-uV0umUoJkYgmjWjv8GMnk5TRRbCCJS1ut3VV1HvkaAw=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-3wEmtBEYvvHZ0Tde+o//YW8J20o6t/v8C0vq/CICHD0=";
|
cargoHash = "sha256-zDgAGOuK0Jkmm554qZsaA/ABFhuupJ+WToO8HSPp7Xc=";
|
||||||
|
|
||||||
# thread 'main' panicked at cargo-auditable/src/collect_audit_data.rs:77:9:
|
# thread 'main' panicked at cargo-auditable/src/collect_audit_data.rs:77:9:
|
||||||
# cargo metadata failure: error: none of the selected packages contains these features: libfuse3
|
# cargo metadata failure: error: none of the selected packages contains these features: libfuse3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue