summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2022-04-28 07:09:28 +0200
committerTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2022-04-28 07:09:28 +0200
commitb596da8f4e3f8b4772659488eb13e96adff4d727 (patch)
tree7d42f014dd8e4dd097bbc58a3e6fab678070df46
parentc3dabb43e3e45a0ca7dab0836d52282f7e251555 (diff)
downloadnixpkgs-b596da8f4e3f8b4772659488eb13e96adff4d727.tar
nixpkgs-b596da8f4e3f8b4772659488eb13e96adff4d727.tar.gz
nixpkgs-b596da8f4e3f8b4772659488eb13e96adff4d727.tar.bz2
nixpkgs-b596da8f4e3f8b4772659488eb13e96adff4d727.tar.lz
nixpkgs-b596da8f4e3f8b4772659488eb13e96adff4d727.tar.xz
nixpkgs-b596da8f4e3f8b4772659488eb13e96adff4d727.tar.zst
nixpkgs-b596da8f4e3f8b4772659488eb13e96adff4d727.zip
seafile-client: 8.0.6 -> 8.0.7
minor bugfix release, fixing crashes
-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 f2cd1282fc6..f4d79d00d8b 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.6";
+  version = "8.0.7";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile-client";
     rev = "v${version}";
-    sha256 = "sha256-pImSrQ63AS1hi9CUvFAR91ZHgPCJB0ZOAA0fEZ24O8o=";
+    sha256 = "00wfr7dvbyl7pg1xgssgz8a94c7c4n5r9266lhy9qcbz456hdcgj";
   };
 
   nativeBuildInputs = [ pkg-config cmake ];