Skip to content

Commit

Permalink
gcsfuse: 1.1.0 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and pull[bot] committed Oct 27, 2023
1 parent e3bae49 commit d3953f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/filesystems/gcsfuse/default.nix
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "gcsfuse";
version = "1.1.0";
version = "1.2.0";

src = fetchFromGitHub {
owner = "googlecloudplatform";
repo = "gcsfuse";
rev = "v${version}";
hash = "sha256-fMKFQheFlSwz4ik1tgLheZGkS55LHq3nncOmvgY/TqM=";
hash = "sha256-tc3+OHDjsA2OC9YvuOXZMaysKot8O3+qNoymzF2PnwA=";
};

vendorHash = "sha256-bgZgYbQN6Dg4uHp29tazJ9un9fR1o9mYp8R8ZHtAs9Q=";
vendorHash = "sha256-9pVdoeRyhhxOX3jLZVlx+5eHfP5iu0x40wnpV0xq3Z0=";

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

Expand Down

0 comments on commit d3953f8

Please sign in to comment.