Skip to content

Commit

Permalink
mountpoint-s3: 1.12.0 -> 1.13.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 5672733)
  • Loading branch information
r-ryantm authored and vcunat committed Jan 6, 2025
1 parent a518486 commit 0f54e87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/mo/mountpoint-s3/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@

rustPlatform.buildRustPackage rec {
pname = "mountpoint-s3";
version = "1.12.0";
version = "1.13.0";

src = fetchFromGitHub {
owner = "awslabs";
repo = "mountpoint-s3";
rev = "v${version}";
hash = "sha256-tKeQn7yyw0AL/Rx8P1FSZU3Zd2UAlDYE6/85e6Ex9IA=";
hash = "sha256-L0xVrADLWVH6r600XvxI5I+IghBSmpC6F93cIH/ejh8=";
fetchSubmodules = true;
};

cargoHash = "sha256-MU4wrThhy9y4ni2lfD0VcYqIEUpi/4TqKIaPSFHCkws=";
cargoHash = "sha256-Uj6/ZDRaYq99gTwHqAX2c21LecC3LLkJXgCDQ+xEytE=";

# 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
Expand Down

0 comments on commit 0f54e87

Please sign in to comment.