about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-07 07:26:35 +0100
committerGitHub <noreply@github.com>2024-03-07 07:26:35 +0100
commit7b52b367d12dd681c1571a60f8c9bcbaf1cbc43e (patch)
treeabbdb947c8a5305d34caa55eb3530bcb5698d549 /pkgs/misc
parentc8174abaf1f9c57a659a45789329ae20b8721dc2 (diff)
parent4cd86f9b6e04a932214114ee772cda9b805d0809 (diff)
Merge pull request #291827 from r-ryantm/auto-update/seafile-shared
seafile-shared: 9.0.4 -> 9.0.5
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/seafile-shared/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/seafile-shared/default.nix b/pkgs/misc/seafile-shared/default.nix
index 5add4a5b530fe..48e764b5f3e24 100644
--- a/pkgs/misc/seafile-shared/default.nix
+++ b/pkgs/misc/seafile-shared/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "seafile-shared";
-  version = "9.0.4";
+  version = "9.0.5";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile";
     rev = "v${version}";
-    sha256 = "sha256-WBbJ6e2I7SGqvZo3yH8L1ZbNPkyA6zTGS12Gq186DL4=";
+    sha256 = "sha256-ENxmRnnQVwRm/3OXouM5Oj0fLVRSj0aOHJeVT627UdY=";
   };
 
   nativeBuildInputs = [