Skip to content

Commit

Permalink
gcsfuse: 2.4.0 -> 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 26, 2024
1 parent 63ded93 commit 53a2e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/filesystems/gcsfuse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

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 Down

0 comments on commit 53a2e90

Please sign in to comment.