about summary refs log tree commit diff
path: root/pkgs/applications/networking/seaweedfs
diff options
context:
space:
mode:
authorWoze Parrot <wozeparrot@gmail.com>2022-08-22 10:51:37 -0400
committerWoze Parrot <wozeparrot@gmail.com>2023-01-04 13:56:16 -0500
commit040bf815ef15ed5a7a5b34ee2d8a05a624ccb05a (patch)
treed45fbe4b711f83d3a7fa9b4be03457b0a8bfd659 /pkgs/applications/networking/seaweedfs
parente8397aa6826db50d8adb7e8f5e78349b6de07caa (diff)
seaweedfs: 3.34 -> 3.38
Diffstat (limited to 'pkgs/applications/networking/seaweedfs')
-rw-r--r--pkgs/applications/networking/seaweedfs/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/networking/seaweedfs/default.nix b/pkgs/applications/networking/seaweedfs/default.nix
index cf23d22087396..3757d57df8160 100644
--- a/pkgs/applications/networking/seaweedfs/default.nix
+++ b/pkgs/applications/networking/seaweedfs/default.nix
@@ -7,16 +7,16 @@
 
 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" ];
 
@@ -49,7 +49,7 @@ buildGoModule rec {
   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;
   };