tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
seafile-shared: 9.0.14 -> 9.0.15
R. Ryantm
5 months ago
f329f79c
bdbd743a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
se
seafile-shared
package.nix
+2
-2
pkgs/by-name/se/seafile-shared/package.nix
···
17
18
stdenv.mkDerivation rec {
19
pname = "seafile-shared";
20
-
version = "9.0.14";
21
22
src = fetchFromGitHub {
23
owner = "haiwen";
24
repo = "seafile";
25
rev = "v${version}";
26
-
hash = "sha256-1vQ2iGwdzd4c69LYAJjSsUPt8AVL3kOPw0GsxgeN+bU=";
27
};
28
29
postPatch = ''
···
17
18
stdenv.mkDerivation rec {
19
pname = "seafile-shared";
20
+
version = "9.0.15";
21
22
src = fetchFromGitHub {
23
owner = "haiwen";
24
repo = "seafile";
25
rev = "v${version}";
26
+
hash = "sha256-mWIOk8O3vlg7Sm/5ZQUB5nOgi8/pEczCGQ94p0km/GI=";
27
};
28
29
postPatch = ''