lol

Merge pull request #163827 from r-ryantm/auto-update/s3fs-fuse

s3fs: 1.90 -> 1.91

authored by

Lassulus and committed by
GitHub
c48d3aef eede0634

+2 -2
+2 -2
pkgs/tools/filesystems/s3fs/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "s3fs-fuse"; 5 - version = "1.90"; 5 + version = "1.91"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "s3fs-fuse"; 9 9 repo = "s3fs-fuse"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-tcoINdkPfIdO0VMQ5tdpKcslpvvgVhaJiDFnS/ix0sc="; 11 + sha256 = "sha256-41IgUgpVZiIzi3N5kgX7PAhgnd+i/FH1o8t5y3Uw14g="; 12 12 }; 13 13 14 14 buildInputs = [ curl openssl libxml2 fuse ];