mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
seaweedfs: 4.37 -> 4.38
This commit is contained in:
parent
4ba1f8b393
commit
1657b81ccd
1 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
}:
|
}:
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "seaweedfs";
|
pname = "seaweedfs";
|
||||||
version = "4.37";
|
version = "4.38";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "seaweedfs";
|
owner = "seaweedfs";
|
||||||
|
|
@ -22,10 +22,10 @@ buildGoModule (finalAttrs: {
|
||||||
find "$out" -name .git -print0 | xargs -0 rm -rf
|
find "$out" -name .git -print0 | xargs -0 rm -rf
|
||||||
popd
|
popd
|
||||||
'';
|
'';
|
||||||
hash = "sha256-/aX9f78AsdgvsesGv2vTPoWVcqAhehFuL3NkzOyZSXQ=";
|
hash = "sha256-aSgww0a79FOphPKXo8l24ZA8eiOPW6jYtbJYB59qV90=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-peRhKuZ1D+y8Uhw1+P8Ogc1HrOh1/kYVd29lR89+rIo=";
|
vendorHash = "sha256-xr1v41BMHSK/zxQM1CKzp8fCG6AdIEMb0TMsO2oaoXA=";
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue