summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-13 17:35:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-13 17:35:25 +0000
commit8755d9f0ce04a110e3ccf9040fa94aa9a1959f6c (patch)
treed8f31fda370c6250e714dff27404ec9cd2feca82
parentb0e3e12d6c672ed87dd5a02501cc00c5412b1181 (diff)
downloadnixpkgs-8755d9f0ce04a110e3ccf9040fa94aa9a1959f6c.tar
nixpkgs-8755d9f0ce04a110e3ccf9040fa94aa9a1959f6c.tar.gz
nixpkgs-8755d9f0ce04a110e3ccf9040fa94aa9a1959f6c.tar.bz2
nixpkgs-8755d9f0ce04a110e3ccf9040fa94aa9a1959f6c.tar.lz
nixpkgs-8755d9f0ce04a110e3ccf9040fa94aa9a1959f6c.tar.xz
nixpkgs-8755d9f0ce04a110e3ccf9040fa94aa9a1959f6c.tar.zst
nixpkgs-8755d9f0ce04a110e3ccf9040fa94aa9a1959f6c.zip
seafile-client: 9.0.3 -> 9.0.4
-rw-r--r--pkgs/applications/networking/seafile-client/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/seafile-client/default.nix b/pkgs/applications/networking/seafile-client/default.nix
index 3b0c494bb6f..c7d4508c060 100644
--- a/pkgs/applications/networking/seafile-client/default.nix
+++ b/pkgs/applications/networking/seafile-client/default.nix
@@ -16,13 +16,13 @@
 
 stdenv.mkDerivation rec {
   pname = "seafile-client";
-  version = "9.0.3";
+  version = "9.0.4";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile-client";
     rev = "v${version}";
-    sha256 = "sha256-zoo34mhNZTEwxjSy8XgmZfEjkujmWj34OtDJQSCb/zk=";
+    sha256 = "sha256-Qt4Y7s2BMwuKXTYjHAzK40HgAsxlk98af3irOXT4/Vs=";
   };
 
   nativeBuildInputs = [