about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-03-27 20:33:55 -0700
committerGitHub <noreply@github.com>2021-03-27 20:33:55 -0700
commit900e56902b2968aead400abb9eb174ceb11f9a98 (patch)
tree5f29920d6b4a1f5b8b0fab25de2e5654df88f7fb /pkgs
parentea54290c8d2fe3658b11bd6ec20a2be89d6ae63f (diff)
parent76185c242b0a2c569640d28dadf15b4d7da4fd8c (diff)
Merge pull request #117518 from r-ryantm/auto-update/seaweedfs
seaweedfs: 2.34 -> 2.35
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/seaweedfs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/seaweedfs/default.nix b/pkgs/applications/networking/seaweedfs/default.nix
index a226085c511c5..51e8e553ec7d5 100644
--- a/pkgs/applications/networking/seaweedfs/default.nix
+++ b/pkgs/applications/networking/seaweedfs/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "seaweedfs";
-  version = "2.34";
+  version = "2.35";
 
   src = fetchFromGitHub {
     owner = "chrislusf";
     repo = "seaweedfs";
     rev = version;
-    sha256 = "sha256-YQL9xx4dpT1psZqLiF5ojQcEY2EI0szWTS4oOPbG7Co=";
+    sha256 = "sha256-J0vwc/sabc6T8+eh94luQdnVltmThapYwLCdyGjCnSc=";
   };
 
-  vendorSha256 = "sha256-8o/Y5SXMgDrid1a5KTQieiVrWce0wcgrhPbSsbravEI=";
+  vendorSha256 = "sha256-u1Aqcm6oJ1y2dVP9BJXV7/1nhNxEOtgZQppoA+cXbD0=";
 
   subPackages = [ "weed" ];