From 37c1c427f5ba7766ce784883fdc667f4a6d04a30 Mon Sep 17 00:00:00 2001 From: Jon Banafato Date: Tue, 15 Jan 2019 13:22:18 -0500 Subject: [PATCH] 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. --- pkgs/misc/seafile-shared/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];