Merge pull request #208950 from wozeparrot/seaweedfs

seaweedfs: 3.34 -> 3.38

Changed files
+5 -5
pkgs
applications
networking
seaweedfs
+5 -5
pkgs/applications/networking/seaweedfs/default.nix
···
buildGoModule rec {
pname = "seaweedfs";
-
version = "3.34";
+
version = "3.38";
src = fetchFromGitHub {
-
owner = "chrislusf";
+
owner = "seaweedfs";
repo = "seaweedfs";
rev = version;
-
hash = "sha256-lOCZHkLJCDvaT3CcHUBbsybdy0H6BfKKGpd/73cxcWA=";
+
hash = "sha256-LYMGkv1rgUtA/TwulBhgw0w+8kbICtEgr7/K6exalxM=";
};
-
vendorHash = "sha256-1RUWONkXArXYg8gQogKUhMSGdIYyT3lq5qWuUQBsFig=";
+
vendorHash = "sha256-mwfs/tdq1Qq2auEwz24emf7pjpIJAncI78oxhAn2WkI=";
subPackages = [ "weed" ];
···
meta = with lib; {
description = "Simple and highly scalable distributed file system";
homepage = "https://github.com/chrislusf/seaweedfs";
-
maintainers = with maintainers; [ azahi cmacrae ];
+
maintainers = with maintainers; [ azahi cmacrae wozeparrot ];
mainProgram = "weed";
license = licenses.asl20;
};