Merge pull request #118092 from r-ryantm/auto-update/seaweedfs

seaweedfs: 2.35 -> 2.36
This commit is contained in:
Maximilian Bosch
2021-04-09 17:44:09 +02:00
committed by GitHub

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "seaweedfs";
version = "2.35";
version = "2.36";
src = fetchFromGitHub {
owner = "chrislusf";
repo = "seaweedfs";
rev = version;
sha256 = "sha256-J0vwc/sabc6T8+eh94luQdnVltmThapYwLCdyGjCnSc=";
sha256 = "sha256-BVn+mV5SjyODcT+O8LXfGA42/Si5+GrdkjP0tAPiuTM=";
};
vendorSha256 = "sha256-u1Aqcm6oJ1y2dVP9BJXV7/1nhNxEOtgZQppoA+cXbD0=";
vendorSha256 = "sha256-qdgnoh+53o3idCfpkEFGK88aUVb2F6oHlSRZncs2hyY=";
subPackages = [ "weed" ];