Unverified Commit 71c730f3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

gcsfuse: 3.4.1 -> 3.4.3 (#457203)

parents 5a7fcf3e 23d56749
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "gcsfuse";
  version = "3.4.1";
  version = "3.4.3";

  src = fetchFromGitHub {
    owner = "googlecloudplatform";
    repo = "gcsfuse";
    rev = "v${version}";
    hash = "sha256-KB7iq92U5NIchC3Lj2q2eesYLlKa1zee0rUPU81xb5k=";
    hash = "sha256-fjZdBf7tUMlAqumTz8b5LDqIcLstr56ugGmdsPb/FBI=";
  };

  vendorHash = "sha256-BirzhmYwFSs2poA5tNOlK2bDO71mCkgSck7fE9la2wA=";