about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorMGlolenstine <mglolenstine@gmail.com>2023-06-26 12:08:02 +0200
committerMGlolenstine <mglolenstine@gmail.com>2023-06-26 12:08:02 +0200
commitecb8485514605749222e0f99c40168d97df0d4c7 (patch)
tree2c721fdb8cb4a9eeab852c1c54faf417682c12dc /pkgs/misc
parent6055148854621134dcca323014715e76d2103d15 (diff)
seafile-shared: 8.0.3 -> 9.0.2
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/seafile-shared/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/misc/seafile-shared/default.nix b/pkgs/misc/seafile-shared/default.nix
index 6db3ab932db9e..a5bb8835008ea 100644
--- a/pkgs/misc/seafile-shared/default.nix
+++ b/pkgs/misc/seafile-shared/default.nix
@@ -9,20 +9,22 @@
 , python3
 , sqlite
 , vala
+, libwebsockets
 }:
 
 stdenv.mkDerivation rec {
   pname = "seafile-shared";
-  version = "8.0.3";
+  version = "9.0.2";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile";
-    rev = "0fdc14d5175979919b7c741f6bb97bfaaacbbfbe";
-    sha256 = "1cr1hvpp96s5arnzh1r5sazapcghhvbazbf7zym37yp3fy3lpya1";
+    rev = "v${version}";
+    sha256 = "sha256-aJJVrKulZVa1LNOUBIwuPrWqlsjz7kyP/LXWwxO8++A=";
   };
 
   nativeBuildInputs = [
+    libwebsockets
     autoreconfHook
     vala
     pkg-config