From 6e30bbb59fb7d1bfc4a8f86a28e5a796d482c325 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 2 Mar 2026 14:28:25 +0100 Subject: [PATCH] seaweedfs: 4.12 -> 4.16 --- pkgs/by-name/se/seaweedfs/package.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/se/seaweedfs/package.nix b/pkgs/by-name/se/seaweedfs/package.nix index b080ce99fb39..6527f487b69a 100644 --- a/pkgs/by-name/se/seaweedfs/package.nix +++ b/pkgs/by-name/se/seaweedfs/package.nix @@ -11,23 +11,22 @@ buildGoModule (finalAttrs: { pname = "seaweedfs"; - version = "4.12"; + version = "4.16"; src = fetchFromGitHub { owner = "seaweedfs"; repo = "seaweedfs"; tag = finalAttrs.version; - hash = "sha256-AiNtGepaNZ/1cGWp3SFQ7l4+mjpag9MNZb2IXKar9Qo="; + hash = "sha256-BRdI/50YxwdCdBj91w6OPgTcOb7JkshkVSD8b8bHcYA="; }; - vendorHash = "sha256-P2wbXslmHF2dwNoXemuOscKUHrPrypRR+Ehv89tlVUM="; + vendorHash = "sha256-XbfKYftKfbJDkbp9DwVAs56w5lMvqdlW5cwhhivniBM="; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ libredirect.hook ]; subPackages = [ "weed" ]; ldflags = [ - "-w" "-s" "-X github.com/seaweedfs/seaweedfs/weed/util.COMMIT=N/A" ]; @@ -48,7 +47,7 @@ buildGoModule (finalAttrs: { # Test all targets. unset subPackages # Remove unmaintained tests and those that require additional services. - rm -rf unmaintained test/s3 test/fuse_integration test/kafka test/sftp + rm -rf unmaintained test/s3 test/fuse_integration test/kafka test/sftp test/tus test/volume_server # TestECEncodingVolumeLocationTimingBug, TestECEncodingMasterTimingRaceCondition: weed binary not found export PATH=$PATH:$NIX_BUILD_TOP/go/bin ''