Merge pull request #245199 from wozeparrot/update-seaweedfs
seaweedfs: 3.54 -> 3.55
This commit is contained in:
commit
765205a8ef
1 changed files with 3 additions and 14 deletions
|
@ -1,6 +1,5 @@
|
|||
{ lib
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, buildGoModule
|
||||
, testers
|
||||
, seaweedfs
|
||||
|
@ -8,26 +7,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "seaweedfs";
|
||||
version = "3.54";
|
||||
version = "3.55";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "seaweedfs";
|
||||
repo = "seaweedfs";
|
||||
rev = version;
|
||||
hash = "sha256-2E2ANJIKWhUUxxSqk5+QROeoKnp1Akl5Bp+i8pPTkuQ=";
|
||||
hash = "sha256-qAyvGisj6GOjyRmqpTsxX/Zy8bx6+cAtmEId5us70+k=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fix build on aarch64-darwin
|
||||
# (remove again when v3.55 is released)
|
||||
# https://github.com/seaweedfs/seaweedfs/pull/4679
|
||||
(fetchpatch {
|
||||
url = "https://github.com/seaweedfs/seaweedfs/commit/1bfc9581e0bc04f394187a0d39f319ad65df5aca.patch";
|
||||
hash = "sha256-znQFtm8BYAjuvXa+vibawBb+uhnjOL9/o0sXNoXwLk8=";
|
||||
})
|
||||
];
|
||||
|
||||
vendorHash = "sha256-VK7BmApGq+X1oNjcwCSYHcEvVjL87t8fgJXLNQSfy3I=";
|
||||
vendorHash = "sha256-F6Fqv5tUsty/uGwBnKM4r671Gh2T1+9Z2LRGAMF+M2g=";
|
||||
|
||||
subPackages = [ "weed" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue