seaweedfs: 3.49 -> 3.50

This commit is contained in:
Woze Parrot 2023-05-15 13:36:59 -04:00
parent 872c89e5a7
commit c728afcb68
No known key found for this signature in database

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "seaweedfs";
version = "3.49";
version = "3.50";
src = fetchFromGitHub {
owner = "seaweedfs";
repo = "seaweedfs";
rev = version;
hash = "sha256-KmgElp+vnVWLFG+ZuxRmULg2VmbpKbgciCYA2pEQDRE=";
rev = "9204ee2d2dfd421753dad9fcc80c2b5ce3ea5326";
hash = "sha256-ahCe2tutRhhbGQyytgR+0i+Tdh/2mU6L8e7G9DNIII4=";
};
vendorHash = "sha256-bOBKtsZIVAwTmvjld2SccfqLQaLTW2vV0AXVGYLamFQ=";
vendorHash = "sha256-JkKJ0WFtaKSoBukE0XhN6dhE9+5Ny1kSIoh0GpALAKk=";
subPackages = [ "weed" ];