Skip to content

Commit abdda32

Browse files
mountpoint-s3: 1.13.0 -> 1.14.0 (#376523)
Co-authored-by: lblasc <[email protected]>
2 parents b006aa2 + 6158a0e commit abdda32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mo/mountpoint-s3/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "mountpoint-s3";
12-
version = "1.13.0";
12+
version = "1.14.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "awslabs";
1616
repo = "mountpoint-s3";
1717
rev = "v${version}";
18-
hash = "sha256-L0xVrADLWVH6r600XvxI5I+IghBSmpC6F93cIH/ejh8=";
18+
hash = "sha256-QpJYpHow9/vEPrq82XtbDosGz8lqVB0cOPQmY7Dx78Q=";
1919
fetchSubmodules = true;
2020
};
2121

22-
cargoHash = "sha256-Uj6/ZDRaYq99gTwHqAX2c21LecC3LLkJXgCDQ+xEytE=";
22+
cargoHash = "sha256-lyxuYrmmB1hQCR3fKEMXI69xYcubisRi/bc6M7hQl70=";
2323

2424
# thread 'main' panicked at cargo-auditable/src/collect_audit_data.rs:77:9:
2525
# cargo metadata failure: error: none of the selected packages contains these features: libfuse3

0 commit comments

Comments
 (0)