Commit 9c83f0df authored by R. RyanTM's avatar R. RyanTM
Browse files

gcsfuse: 0.42.3 -> 0.42.4

parent 770f6182
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

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

  src = fetchFromGitHub {
    owner = "googlecloudplatform";
    repo = "gcsfuse";
    rev = "v${version}";
    hash = "sha256-011QEWEnQBskn7xvdP6mbWeBIyUy94sF2T44gobiICg=";
    hash = "sha256-Yv2IY+ZSyZDcgEpMGYZxqxKc6twmMh/18HlTKdyUGbk=";
  };

  vendorHash = null;