seafile-shared: prefer commit hash over tag

This commit is contained in:
Greizgh 2021-06-01 23:06:14 +02:00
parent abe6b7ee70
commit 67979f2ff0
No known key found for this signature in database
GPG Key ID: 68B0B42612A108B2

View File

@ -18,8 +18,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile";
rev = "v${version}";
sha256 = "QflLh3fj+jOq/8etr9aG8LGrvtIlB/htVkWbdO+GIbM=";
rev = "0fdc14d5175979919b7c741f6bb97bfaaacbbfbe";
sha256 = "1cr1hvpp96s5arnzh1r5sazapcghhvbazbf7zym37yp3fy3lpya1";
};
nativeBuildInputs = [