Skip to content

Commit 08af53c

Browse files
seaweedfs: 3.84 -> 3.85 (#385764)
2 parents f2046bd + 4452383 commit 08af53c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/se/seaweedfs/package.nix

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

99
buildGoModule rec {
1010
pname = "seaweedfs";
11-
version = "3.84";
11+
version = "3.85";
1212

1313
src = fetchFromGitHub {
1414
owner = "seaweedfs";
1515
repo = "seaweedfs";
1616
rev = version;
17-
hash = "sha256-LdwgO+w8DMxZp5n+RxASWp0LvTBSFd9wYOsxr/oSckk=";
17+
hash = "sha256-vW/+zvpx5UIAUwsPyad2Ib+wI3gtBbh23k03yCiGnH0=";
1818
};
1919

20-
vendorHash = "sha256-35+UA6aOwCd077tNoNg6WzrGyS7170bUIugRsBnB5AQ=";
20+
vendorHash = "sha256-wlwL/9c0WuGzHfMotYKltjzeIVUhDJ0OTzXF9QE4zcw=";
2121

2222
subPackages = [ "weed" ];
2323

0 commit comments

Comments
 (0)