summary refs log tree commit diff
path: root/pkgs/misc/seafile-shared
diff options
context:
space:
mode:
authorJon Banafato <jon@jonafato.com>2019-01-15 13:22:18 -0500
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-01-16 00:44:44 +0100
commit37c1c427f5ba7766ce784883fdc667f4a6d04a30 (patch)
tree42ec422ba0d92b155a08e972bac2b9709ff22e65 /pkgs/misc/seafile-shared
parent8349329617ffa70164c5a16b049c2ef5f59416bd (diff)
downloadnixpkgs-37c1c427f5ba7766ce784883fdc667f4a6d04a30.tar
nixpkgs-37c1c427f5ba7766ce784883fdc667f4a6d04a30.tar.gz
nixpkgs-37c1c427f5ba7766ce784883fdc667f4a6d04a30.tar.bz2
nixpkgs-37c1c427f5ba7766ce784883fdc667f4a6d04a30.tar.lz
nixpkgs-37c1c427f5ba7766ce784883fdc667f4a6d04a30.tar.xz
nixpkgs-37c1c427f5ba7766ce784883fdc667f4a6d04a30.tar.zst
nixpkgs-37c1c427f5ba7766ce784883fdc667f4a6d04a30.zip
seafile-shared: update hash
`seafile-client` does not build successfully because of a hash mismatch
in `seafile-shared`. The old hash appears to point to commit
`b7f2be78c1d979ff1242c3b65b41228e31427843` rather than
`ea8f5e2b45612d77fee9934f942d1d7d55560dad`, which is the commit that the
`v6.2.10` tag currently references.
Diffstat (limited to 'pkgs/misc/seafile-shared')
-rw-r--r--pkgs/misc/seafile-shared/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/seafile-shared/default.nix b/pkgs/misc/seafile-shared/default.nix
index cc885136ed0..d23eb254151 100644
--- a/pkgs/misc/seafile-shared/default.nix
+++ b/pkgs/misc/seafile-shared/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
     owner = "haiwen";
     repo = "seafile";
     rev = "v${version}";
-    sha256 = "18gnri8zpgaxcfg08lwzlrkc4zmqszdjg930vy4q8ixggh6jywjf";
+    sha256 = "1bl22dmbl9gbavwxqbxfzq838k7aiv8ihgyr8famj9954xy7b7qn";
   };
 
   nativeBuildInputs = [ pkgconfig which autoreconfHook vala intltool ];