Unverified Commit 01b453a5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #234239 from r-ryantm/auto-update/s3fs

s3fs: 1.91 -> 1.92
parents 2b2921ad 517e2be6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "s3fs-fuse";
  version = "1.91";
  version = "1.92";

  src = fetchFromGitHub {
    owner  = "s3fs-fuse";
    repo   = "s3fs-fuse";
    rev    = "v${version}";
    sha256 = "sha256-41IgUgpVZiIzi3N5kgX7PAhgnd+i/FH1o8t5y3Uw14g=";
    sha256 = "sha256-CS6lxDIBwhcnEG6XehbyAI4vb72PmwQ7p+gC1bbJEzM=";
  };

  buildInputs = [ curl openssl libxml2 fuse ];