Skip to content

Commit 70588cc

Browse files
authored
seaweedfs: 3.72 -> 3.73 (#341610)
2 parents d3e4218 + c58be9a commit 70588cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/networking/seaweedfs/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "seaweedfs";
10-
version = "3.72";
10+
version = "3.73";
1111

1212
src = fetchFromGitHub {
1313
owner = "seaweedfs";
1414
repo = "seaweedfs";
1515
rev = version;
16-
hash = "sha256-5ANhRknN8EOUw+Ifsd2zCKDpDeoWJzUuwGMDMkZOwls=";
16+
hash = "sha256-5CgkpL0nBLKojKPSfkYxh8F5Ub+yWhfmOsKC5qQ4QaE=";
1717
};
1818

19-
vendorHash = "sha256-3CrWrv8kXnbZUcaI2CG/x7MUWlR14OLbjen5FbljTEI=";
19+
vendorHash = "sha256-rj5BbbT3/IBtPZ1MqbwC9TNp+N9ec90Anear2AWBZZU=";
2020

2121
subPackages = [ "weed" ];
2222

0 commit comments

Comments
 (0)