summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-28 07:12:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-28 07:12:44 +0000
commit5f5f14189f685f8f01f175d253ec9d779649ea13 (patch)
tree44b833894aa3fce652d00967f1f2a93072262300
parentd4de0d56282716fcd54a077e80aaa41c567f83b4 (diff)
downloadnixpkgs-5f5f14189f685f8f01f175d253ec9d779649ea13.tar
nixpkgs-5f5f14189f685f8f01f175d253ec9d779649ea13.tar.gz
nixpkgs-5f5f14189f685f8f01f175d253ec9d779649ea13.tar.bz2
nixpkgs-5f5f14189f685f8f01f175d253ec9d779649ea13.tar.lz
nixpkgs-5f5f14189f685f8f01f175d253ec9d779649ea13.tar.xz
nixpkgs-5f5f14189f685f8f01f175d253ec9d779649ea13.tar.zst
nixpkgs-5f5f14189f685f8f01f175d253ec9d779649ea13.zip
seafile-client: 8.0.5 -> 8.0.6
-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 7d5d414a4f9..f2cd1282fc6 100644
--- a/pkgs/applications/networking/seafile-client/default.nix
+++ b/pkgs/applications/networking/seafile-client/default.nix
@@ -4,13 +4,13 @@
 
 mkDerivation rec {
   pname = "seafile-client";
-  version = "8.0.5";
+  version = "8.0.6";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile-client";
     rev = "v${version}";
-    sha256 = "1p9wkvnr3km829gy84b1w1pv72pany5vr3r7ydz1c0aqrp0snfhx";
+    sha256 = "sha256-pImSrQ63AS1hi9CUvFAR91ZHgPCJB0ZOAA0fEZ24O8o=";
   };
 
   nativeBuildInputs = [ pkg-config cmake ];