about summary refs log tree commit diff
path: root/pkgs/applications/networking/seaweedfs
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-06-29 13:33:33 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-06-29 23:54:53 -0700
commit16ab89bef2b7c6b2e221e29ddd8560521dbb250c (patch)
tree7b1061c716fd72a30a02fccfd29429997db4a9af /pkgs/applications/networking/seaweedfs
parent360c8128bbae300d71ce5440bee2ade3022c0871 (diff)
seaweedfs: 2.50 -> 2.56
Diffstat (limited to 'pkgs/applications/networking/seaweedfs')
-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 522cef2b8a79b..36518db09917f 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.50";
+  version = "2.56";
 
   src = fetchFromGitHub {
     owner = "chrislusf";
     repo = "seaweedfs";
     rev = version;
-    sha256 = "sha256-ai8/XryFw/7GYuWAmLkqHzK97QgTBPyE6m3dflck94w=";
+    sha256 = "1y9abk2i0qk5c00dnw8wvasy7dmmy6az8d1cf9bq0dwh8g8kylbn";
   };
 
-  vendorSha256 = "sha256-gJQDcACMWZWS4CgS2NDALoBzxu7Hh4ZW3f0gUFUALCM=";
+  vendorSha256 = "015qvd0h786z1iwv81i107z92mqhzldp1hkcsp75wzf4j7nmzxvf";
 
   subPackages = [ "weed" ];