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