We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3e4218 + c58be9a commit 70588ccCopy full SHA for 70588cc
pkgs/applications/networking/seaweedfs/default.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "seaweedfs";
10
- version = "3.72";
+ version = "3.73";
11
12
src = fetchFromGitHub {
13
owner = "seaweedfs";
14
repo = "seaweedfs";
15
rev = version;
16
- hash = "sha256-5ANhRknN8EOUw+Ifsd2zCKDpDeoWJzUuwGMDMkZOwls=";
+ hash = "sha256-5CgkpL0nBLKojKPSfkYxh8F5Ub+yWhfmOsKC5qQ4QaE=";
17
};
18
19
- vendorHash = "sha256-3CrWrv8kXnbZUcaI2CG/x7MUWlR14OLbjen5FbljTEI=";
+ vendorHash = "sha256-rj5BbbT3/IBtPZ1MqbwC9TNp+N9ec90Anear2AWBZZU=";
20
21
subPackages = [ "weed" ];
22
0 commit comments