mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
s3fs: {bump to fuse3, 1.95 -> 1.97} (#528431)
This commit is contained in:
@@ -7,25 +7,25 @@
|
||||
curl,
|
||||
openssl,
|
||||
libxml2,
|
||||
fuse,
|
||||
fuse3,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "s3fs-fuse";
|
||||
version = "1.95";
|
||||
version = "1.97";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "s3fs-fuse";
|
||||
repo = "s3fs-fuse";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-wHszw3S+fuZRwTvJy+FkxQTR2BAvr8H924Wd4/C5heE=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-iggSIrmxnhINdzJm60yTWkmDwUWJRNNVqwHGd2Lb7lw=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
curl
|
||||
openssl
|
||||
libxml2
|
||||
fuse
|
||||
fuse3
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
|
||||
Reference in New Issue
Block a user