tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
seafile-shared: prefer commit hash over tag
Greizgh
4 years ago
67979f2f
abe6b7ee
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
misc
seafile-shared
default.nix
+2
-2
pkgs/misc/seafile-shared/default.nix
···
18
18
src = fetchFromGitHub {
19
19
owner = "haiwen";
20
20
repo = "seafile";
21
21
-
rev = "v${version}";
22
22
-
sha256 = "QflLh3fj+jOq/8etr9aG8LGrvtIlB/htVkWbdO+GIbM=";
21
21
+
rev = "0fdc14d5175979919b7c741f6bb97bfaaacbbfbe";
22
22
+
sha256 = "1cr1hvpp96s5arnzh1r5sazapcghhvbazbf7zym37yp3fy3lpya1";
23
23
};
24
24
25
25
nativeBuildInputs = [