about summary refs log tree commit diff
path: root/pkgs/applications/networking/seaweedfs
diff options
context:
space:
mode:
authorCalum MacRae <hi@cmacr.ae>2021-06-04 17:51:46 +0100
committerCalum MacRae <hi@cmacr.ae>2021-06-04 17:51:46 +0100
commitdc74193de6cb3335ab369cb3cf7bbee1850f7fe3 (patch)
treee15e66d3615fb467c2014adc3c24d67123259834 /pkgs/applications/networking/seaweedfs
parent8960c09eede575198902b2bc6c93f202e891975b (diff)
seaweedfs: 2.36 -> 2.50
Diffstat (limited to 'pkgs/applications/networking/seaweedfs')
-rw-r--r--pkgs/applications/networking/seaweedfs/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/seaweedfs/default.nix b/pkgs/applications/networking/seaweedfs/default.nix
index 86a3e48ae8ff8..522cef2b8a79b 100644
--- a/pkgs/applications/networking/seaweedfs/default.nix
+++ b/pkgs/applications/networking/seaweedfs/default.nix
@@ -7,16 +7,16 @@
 
 buildGoModule rec {
   pname = "seaweedfs";
-  version = "2.36";
+  version = "2.50";
 
   src = fetchFromGitHub {
     owner = "chrislusf";
     repo = "seaweedfs";
     rev = version;
-    sha256 = "sha256-BVn+mV5SjyODcT+O8LXfGA42/Si5+GrdkjP0tAPiuTM=";
+    sha256 = "sha256-ai8/XryFw/7GYuWAmLkqHzK97QgTBPyE6m3dflck94w=";
   };
 
-  vendorSha256 = "sha256-qdgnoh+53o3idCfpkEFGK88aUVb2F6oHlSRZncs2hyY=";
+  vendorSha256 = "sha256-gJQDcACMWZWS4CgS2NDALoBzxu7Hh4ZW3f0gUFUALCM=";
 
   subPackages = [ "weed" ];
 
@@ -26,7 +26,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "Simple and highly scalable distributed file system";
     homepage = "https://github.com/chrislusf/seaweedfs";
-    maintainers = [ maintainers.raboof ];
+    maintainers = with maintainers; [ cmacrae raboof ];
     license = licenses.asl20;
   };
 }