about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-05-16 22:15:55 +0300
committerGitHub <noreply@github.com>2023-05-16 22:15:55 +0300
commitfe464f62ab3e984505cb6ec05ab77eb7b61c3a88 (patch)
treeddc376eb33f8278259267328c155ea91f944b679 /pkgs/applications/networking
parent6b32f5e4128cb5cf84af6c567240b261a79285d4 (diff)
parentc728afcb686a6b83758e1d1acccdd7071fbb5b04 (diff)
Merge pull request #232066 from wozeparrot/update-seaweedfs
seaweedfs: 3.49 -> 3.50
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/seaweedfs/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/seaweedfs/default.nix b/pkgs/applications/networking/seaweedfs/default.nix
index 2d83e0ab35801..a36a1d69c781f 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.49";
+  version = "3.50";
 
   src = fetchFromGitHub {
     owner = "seaweedfs";
     repo = "seaweedfs";
-    rev = version;
-    hash = "sha256-KmgElp+vnVWLFG+ZuxRmULg2VmbpKbgciCYA2pEQDRE=";
+    rev = "9204ee2d2dfd421753dad9fcc80c2b5ce3ea5326";
+    hash = "sha256-ahCe2tutRhhbGQyytgR+0i+Tdh/2mU6L8e7G9DNIII4=";
   };
 
-  vendorHash = "sha256-bOBKtsZIVAwTmvjld2SccfqLQaLTW2vV0AXVGYLamFQ=";
+  vendorHash = "sha256-JkKJ0WFtaKSoBukE0XhN6dhE9+5Ny1kSIoh0GpALAKk=";
 
   subPackages = [ "weed" ];