Skip to content

Commit

Permalink
gcsfuse: 2.4.0 -> 2.5.1 (#351360)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 11, 2024
2 parents 771d391 + ca3eca7 commit 5812399
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/by-name/gc/gcsfuse/package.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{ lib
, buildGoModule
, fetchFromGitHub
, stdenv
}:

buildGoModule rec {
pname = "gcsfuse";
version = "2.4.0";
version = "2.5.1";

src = fetchFromGitHub {
owner = "googlecloudplatform";
repo = "gcsfuse";
rev = "v${version}";
hash = "sha256-4susiXFe1aBcakxRkhmOe7dvcwsNfam4KKyFFzYXhcU=";
hash = "sha256-4UzRg6fNKBrTSoimJ9jURW9oPRhUOAUDMG3JaM7f100=";
};

vendorHash = "sha256-uOr929RS8q7LB+WDiyxEIyScE/brmvPJKfnq28PfsDM=";
vendorHash = "sha256-QrpILFzgUQwmrvjCdtrlgq1zSW7f82qMHsifI39WaB0=";

subPackages = [ "." "tools/mount_gcsfuse" ];

Expand All @@ -41,5 +42,7 @@ buildGoModule rec {
changelog = "https://github.com/GoogleCloudPlatform/gcsfuse/releases/tag/v${version}";
license = licenses.asl20;
maintainers = [ ];
# internal/cache/file/downloader/job.go:386:77: undefined: syscall.O_DIRECT
broken = stdenv.hostPlatform.isDarwin;
};
}

0 comments on commit 5812399

Please sign in to comment.