Merge pull request #268426 from r-ryantm/auto-update/gcsfuse

gcsfuse: 1.2.0 -> 1.2.1

authored by Mario Rodas and committed by GitHub ac79ff73 47f86b92

+3 -3
+3 -3
pkgs/tools/filesystems/gcsfuse/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "gcsfuse"; 8 - version = "1.2.0"; 8 + version = "1.2.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "googlecloudplatform"; 12 12 repo = "gcsfuse"; 13 13 rev = "v${version}"; 14 - hash = "sha256-tc3+OHDjsA2OC9YvuOXZMaysKot8O3+qNoymzF2PnwA="; 14 + hash = "sha256-2nCH6L72CldGJk+5SREidlQfqaOvVIpRo/CjDDOHVmA="; 15 15 }; 16 16 17 - vendorHash = "sha256-9pVdoeRyhhxOX3jLZVlx+5eHfP5iu0x40wnpV0xq3Z0="; 17 + vendorHash = "sha256-ViUnMiu6iMb/Ugbyx5FEGe5XSKf/wiOt/xAq/rT/Fzs="; 18 18 19 19 subPackages = [ "." "tools/mount_gcsfuse" ]; 20 20