Unverified Commit f968b67a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #230586 from wozeparrot/update-seaweedfs

seaweedfs: 3.48 -> 3.49
parents 9d1a27e2 2f34bfa4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

buildGoModule rec {
  pname = "seaweedfs";
  version = "3.48";
  version = "3.49";

  src = fetchFromGitHub {
    owner = "seaweedfs";
    repo = "seaweedfs";
    rev = version;
    hash = "sha256-yD9GZnx4OvzI4Jo5BJPRsZEDeUg9pUxg1cxfCCiS6AU=";
    hash = "sha256-KmgElp+vnVWLFG+ZuxRmULg2VmbpKbgciCYA2pEQDRE=";
  };

  vendorHash = "sha256-xmo82HgPRnrR53zKfKPadmut/vuNEM9jqbnqj0cTAuM=";
  vendorHash = "sha256-bOBKtsZIVAwTmvjld2SccfqLQaLTW2vV0AXVGYLamFQ=";

  subPackages = [ "weed" ];