about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-27 12:48:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-27 12:48:26 +0000
commit4cd86f9b6e04a932214114ee772cda9b805d0809 (patch)
tree8c32072c55601d15dca700b121f8ba2704a69e65 /pkgs/misc
parentc8208f98aba6824fadcac393245eebb77dcfd7a0 (diff)
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 = [