Unverified Commit 3d1fa88a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #225151 from aaronjheng/gcsfuse

gcsfuse: 0.41.12 -> 0.42.3
parents e4afdab0 ee61271b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "gcsfuse";
  version = "0.41.12";
  version = "0.42.3";

  src = fetchFromGitHub {
    owner = "googlecloudplatform";
    repo = "gcsfuse";
    rev = "v${version}";
    hash = "sha256-s28vtcNodc5IL8SnZLTgSQBTPUf0FiIAv3TxZXMDuYE=";
    hash = "sha256-011QEWEnQBskn7xvdP6mbWeBIyUy94sF2T44gobiICg=";
  };

  vendorHash = null;