6 let version = "0.41.1";
11 src = fetchFromGitHub {
12 owner = "yandex-cloud";
15 hash = "sha256-4uPq4NUd6upsOxuKAVqay7UTMfiHlCKwVvJed0jdeyc=";
18 # hashes differ per architecture otherwise.
20 vendorHash = "sha256-pO6ZngGw9vp47cstOTpQ/lBpBQRXIUuSuhsldZPR5Sk=";
22 subPackages = [ "." ];
25 homepage = "https://github.com/yandex-cloud/geesefs";
26 description = "Finally, a good FUSE FS implementation over S3";
27 license = [ lib.licenses.mit ];
28 maintainers = [ lib.maintainers.flokli ];
29 platforms = lib.platforms.unix;
30 mainProgram = "geesefs";