tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
seafile-shared: 9.0.4 -> 9.0.5
R. Ryantm
2 years ago
4cd86f9b
c8208f98
+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
···
14
14
15
15
stdenv.mkDerivation rec {
16
16
pname = "seafile-shared";
17
17
-
version = "9.0.4";
17
17
+
version = "9.0.5";
18
18
19
19
src = fetchFromGitHub {
20
20
owner = "haiwen";
21
21
repo = "seafile";
22
22
rev = "v${version}";
23
23
-
sha256 = "sha256-WBbJ6e2I7SGqvZo3yH8L1ZbNPkyA6zTGS12Gq186DL4=";
23
23
+
sha256 = "sha256-ENxmRnnQVwRm/3OXouM5Oj0fLVRSj0aOHJeVT627UdY=";
24
24
};
25
25
26
26
nativeBuildInputs = [