tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
s3fs: 1.93 -> 1.94
R. Ryantm
2 years ago
a67d8d68
ad87500e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
s3fs
default.nix
+2
-2
pkgs/tools/filesystems/s3fs/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "s3fs-fuse";
5
-
version = "1.93";
6
7
src = fetchFromGitHub {
8
owner = "s3fs-fuse";
9
repo = "s3fs-fuse";
10
rev = "v${version}";
11
-
sha256 = "sha256-7rLHnQlyJDOn/RikOrrEAQ7O+4T+26vNGiTkOgNH75Q=";
12
};
13
14
buildInputs = [ curl openssl libxml2 fuse ];
···
2
3
stdenv.mkDerivation rec {
4
pname = "s3fs-fuse";
5
+
version = "1.94";
6
7
src = fetchFromGitHub {
8
owner = "s3fs-fuse";
9
repo = "s3fs-fuse";
10
rev = "v${version}";
11
+
sha256 = "sha256-90udqj+/U0SL8baEE06UawZGoIqcUEdiAGiPYpbRmHs=";
12
};
13
14
buildInputs = [ curl openssl libxml2 fuse ];