seaweedfs: 2.89 -> 2.90

This commit is contained in:
R. Ryantm 2022-02-22 15:35:17 +00:00 committed by Jonathan Ringer
parent 90f77aa143
commit 9f105df1b3

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "seaweedfs";
version = "2.89";
version = "2.90";
src = fetchFromGitHub {
owner = "chrislusf";
repo = "seaweedfs";
rev = version;
sha256 = "sha256-OCfgWMKFhdjdmNHnTUP2VthPxBjAVd9Z+yH/c+vF1a4=";
sha256 = "sha256-PZe/yUJGcj3/nIYaf7eAbiJIA2YASJ8nlMLIWWKJrbo=";
};
vendorSha256 = "sha256-E6bMpWzXb5dMPXkrVSJJWXJYvkmI3cNRseMgrQNpCl4=";