mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
s3fs: 1.86 -> 1.87
This commit is contained in:
parent
3d1956ad34
commit
1aba5fcb4a
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "s3fs-fuse";
|
||||
version = "1.86";
|
||||
version = "1.87";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "s3fs-fuse";
|
||||
repo = "s3fs-fuse";
|
||||
rev = "v${version}";
|
||||
sha256 = "115zqbspr17xmidhizjmsqv9c7ql2jhmxws8wh59bpz2335kn0q7";
|
||||
sha256 = "09ib3sh6vg3z7cpccj3ysgpdyf84a98lf6nz15a61r4l27h111f2";
|
||||
};
|
||||
|
||||
buildInputs = [ curl openssl libxml2 ]
|
||||
|
Loading…
Reference in New Issue
Block a user