about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-01-22 13:06:07 +0000
committerGitHub <noreply@github.com>2024-01-22 13:06:07 +0000
commit771b079bb84ac2395f3a24a5663ac8d1495c98d3 (patch)
tree9c006318242472d011edec181738d3976a84829f /pkgs/applications
parent2ce396c65f8c65516e647ae22f82a2186e392a87 (diff)
parent54221e26f9627eb05446347110eaac7a363b820c (diff)
Merge pull request #282873 from r-ryantm/auto-update/seaweedfs
seaweedfs: 3.61 -> 3.62
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/seaweedfs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/seaweedfs/default.nix b/pkgs/applications/networking/seaweedfs/default.nix
index 6c091d3f56f7a..b41e535b0535e 100644
--- a/pkgs/applications/networking/seaweedfs/default.nix
+++ b/pkgs/applications/networking/seaweedfs/default.nix
@@ -7,16 +7,16 @@
 
 buildGoModule rec {
   pname = "seaweedfs";
-  version = "3.61";
+  version = "3.62";
 
   src = fetchFromGitHub {
     owner = "seaweedfs";
     repo = "seaweedfs";
     rev = version;
-    hash = "sha256-pDCTiuM3PBQxDIwWCDP9ZIjhVMCg70bZzYntJaUn574=";
+    hash = "sha256-z4RyrrM27krm54iVWKDbMB14MiiydLj4Z/RdjYMZxh0=";
   };
 
-  vendorHash = "sha256-9i11Kf6rIS1ktHMCk9y3+e0u1hDGNRP/oHKWpOVayy4=";
+  vendorHash = "sha256-WAGuaL8kDtMUDkHetWagCGZS91Y3Tg2DV2StKgRpuIg=";
 
   subPackages = [ "weed" ];