about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-26 05:29:48 -0500
committerGitHub <noreply@github.com>2023-10-26 05:29:48 -0500
commit6e3862d4b6327e86fb7e4953aa0970a7353a0029 (patch)
treec7753954c65b35d4809f7f64e6c58abe77f5ca6b /pkgs/misc
parent0178524fbdcb29324d469b28086656b1497506db (diff)
parent13e62b222322fefdfc3412e484a6049b89e683dc (diff)
Merge pull request #262023 from r-ryantm/auto-update/seafile-shared
seafile-shared: 9.0.3 -> 9.0.4
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 dfbe3998c9192..5add4a5b530fe 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.3";
+  version = "9.0.4";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile";
     rev = "v${version}";
-    sha256 = "sha256-g8MQFhDBBUuEDGsJ14rHGsaGEznOtCMVOv+5kljXByY=";
+    sha256 = "sha256-WBbJ6e2I7SGqvZo3yH8L1ZbNPkyA6zTGS12Gq186DL4=";
   };
 
   nativeBuildInputs = [