s3fs: 1.83 -> 1.84
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/s3fs-fuse/versions.
This commit is contained in:
parent
2698bb461f
commit
ac9eae43de
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "s3fs-fuse-${version}";
|
name = "s3fs-fuse-${version}";
|
||||||
version = "1.83";
|
version = "1.84";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "s3fs-fuse";
|
owner = "s3fs-fuse";
|
||||||
repo = "s3fs-fuse";
|
repo = "s3fs-fuse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0rh0lkvjjy19lixqq07hjp4k9mhahmwc0pbp5cr3m59qbwwcprvx";
|
sha256 = "1iafzlrqrjyphd1p74q5xzhgacc4gzijq8f6mdkvikbdsibch871";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ curl openssl libxml2 fuse ];
|
buildInputs = [ curl openssl libxml2 fuse ];
|
||||||
|
|
Loading…
Reference in New Issue