s3fs: 1.84 -> 1.85 (#58090)
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
6285216699
commit
7e9a941a28
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "s3fs-fuse-${version}";
|
name = "s3fs-fuse-${version}";
|
||||||
version = "1.84";
|
version = "1.85";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "s3fs-fuse";
|
owner = "s3fs-fuse";
|
||||||
repo = "s3fs-fuse";
|
repo = "s3fs-fuse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1iafzlrqrjyphd1p74q5xzhgacc4gzijq8f6mdkvikbdsibch871";
|
sha256 = "0sk2b7bxb2wzni1f39l4976dy47s7hqv62l7x7fwcjp62y22nw7m";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ curl openssl libxml2 fuse ];
|
buildInputs = [ curl openssl libxml2 fuse ];
|
||||||
|
Loading…
Reference in New Issue
Block a user