12 src = fetchFromGitHub {
16 hash = "sha256-oAgeK9ZPH1uTFaGQv9T+yhHVla/hxyp84WTZ2PfpjOg=";
19 vendorHash = "sha256-4hftmcIHItEM4t2U/iT4mZsURejaO0JqSG3kjlBk77M=";
21 subPackages = [ "weed" ];
26 "-X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=N/A"
38 export GODEBUG=http2client=0
45 # Remove unmaintained tests ahd those that require additional services.
46 rm -rf unmaintained test/s3
49 passthru.tests.version = testers.testVersion {
51 command = "weed version";
55 description = "Simple and highly scalable distributed file system";
56 homepage = "https://github.com/chrislusf/seaweedfs";
57 maintainers = with maintainers; [ azahi cmacrae wozeparrot ];
59 license = licenses.asl20;