about summary refs log tree commit diff
path: root/pkgs/applications/networking/seafile-client
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz <esm@eduardosm.net>2021-07-03 12:42:02 +0200
committerEduardo Sánchez Muñoz <esm@eduardosm.net>2021-07-03 12:43:07 +0200
commit1a4c9851c2b79c4d181d9c306476714ce6a217c9 (patch)
tree671532f1bb549e022f448361c33053c5f47a62fb /pkgs/applications/networking/seafile-client
parent8f901848bf509d3719c1805350194e301523b027 (diff)
seafile-client: update source hash
It looks like the tag has been modified
Diffstat (limited to 'pkgs/applications/networking/seafile-client')
-rw-r--r--pkgs/applications/networking/seafile-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/seafile-client/default.nix b/pkgs/applications/networking/seafile-client/default.nix
index f17d1fa3ae7ea..446da4cdea32f 100644
--- a/pkgs/applications/networking/seafile-client/default.nix
+++ b/pkgs/applications/networking/seafile-client/default.nix
@@ -10,7 +10,7 @@ mkDerivation rec {
     owner = "haiwen";
     repo = "seafile-client";
     rev = "v${version}";
-    sha256 = "lhdKbR19ScNeezICf7vwZaeJikPjwbqrz42bo4lhxJs=";
+    sha256 = "cG3OSqRhYnxlzfauQia6pM/1gu+iE5mtHTGk3kGMFH0=";
   };
 
   nativeBuildInputs = [ pkg-config cmake ];