s3fs: 1.94 -> 1.95

This commit is contained in:
R. Ryantm 2024-10-26 03:53:04 +00:00
parent 9a415c28ae
commit 49f149b15d

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "s3fs-fuse";
version = "1.94";
version = "1.95";
src = fetchFromGitHub {
owner = "s3fs-fuse";
repo = "s3fs-fuse";
rev = "v${version}";
sha256 = "sha256-90udqj+/U0SL8baEE06UawZGoIqcUEdiAGiPYpbRmHs=";
sha256 = "sha256-wHszw3S+fuZRwTvJy+FkxQTR2BAvr8H924Wd4/C5heE=";
};
buildInputs = [ curl openssl libxml2 fuse ];