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 097c554 + 305ed8d commit 07ee6dbCopy full SHA for 07ee6db
pkgs/by-name/se/seaweedfs/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "seaweedfs";
11
- version = "3.88";
+ version = "3.89";
12
13
src = fetchFromGitHub {
14
owner = "seaweedfs";
15
repo = "seaweedfs";
16
rev = version;
17
- hash = "sha256-66yZtRF+gMSafcXQoUJ0bMuBJMDHXvImCWB3vMze/K8=";
+ hash = "sha256-qIbqgcm+qqmbKU+BZ9wrKW16yH7qz5WPijtGz2pusNg=";
18
};
19
20
- vendorHash = "sha256-aSNmEY82ODnxtlnQG6dZWTQfZ+zKCqLtj0DfpPcu3ik=";
+ vendorHash = "sha256-Y1ST5wKIkVKOhNVV1V9eDZ5DupQNm9mcA90Kqt3dQYQ=";
21
22
subPackages = [ "weed" ];
23
0 commit comments