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 f2046bd + 4452383 commit 08af53cCopy full SHA for 08af53c
pkgs/by-name/se/seaweedfs/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "seaweedfs";
11
- version = "3.84";
+ version = "3.85";
12
13
src = fetchFromGitHub {
14
owner = "seaweedfs";
15
repo = "seaweedfs";
16
rev = version;
17
- hash = "sha256-LdwgO+w8DMxZp5n+RxASWp0LvTBSFd9wYOsxr/oSckk=";
+ hash = "sha256-vW/+zvpx5UIAUwsPyad2Ib+wI3gtBbh23k03yCiGnH0=";
18
};
19
20
- vendorHash = "sha256-35+UA6aOwCd077tNoNg6WzrGyS7170bUIugRsBnB5AQ=";
+ vendorHash = "sha256-wlwL/9c0WuGzHfMotYKltjzeIVUhDJ0OTzXF9QE4zcw=";
21
22
subPackages = [ "weed" ];
23
0 commit comments