Unverified Commit ee61271b authored by Aaron Jheng's avatar Aaron Jheng
Browse files

gcsfuse: 0.41.12 -> 0.42.3

parent 62412a47
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;