tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lsyncd: 2.2.3 -> 2.3.1
bobvanderlinden.tngl.sh
3 years ago
6c7bcbc9
d7705c01
+2
-10
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
sync
lsyncd
default.nix
+2
-10
pkgs/applications/networking/sync/lsyncd/default.nix
···
3
4
stdenv.mkDerivation rec {
5
pname = "lsyncd";
6
-
version = "2.2.3";
7
8
src = fetchFromGitHub {
9
owner = "axkibe";
10
repo = "lsyncd";
11
rev = "release-${version}";
12
-
sha256 = "1hbsih5hfq9lhgnxm0wb5mrj6xmlk2l0i9a79wzd5f6cnjil9l3x";
13
};
14
-
15
-
patches = [
16
-
(fetchpatch {
17
-
sha256 = "0b0h2qxh73l502p7phf6qgl8576nf6fvqqp2x5wy3nz7sc9qb1z8";
18
-
name = "fix-non-versioned-lua-not-search-in-cmake.patch";
19
-
url = "https://github.com/axkibe/lsyncd/pull/500/commits/0af99d8d5ba35118e8799684a2d4a8ea4b0c6957.patch";
20
-
})
21
-
];
22
23
postPatch = ''
24
substituteInPlace default-rsync.lua \
···
3
4
stdenv.mkDerivation rec {
5
pname = "lsyncd";
6
+
version = "2.3.1";
7
8
src = fetchFromGitHub {
9
owner = "axkibe";
10
repo = "lsyncd";
11
rev = "release-${version}";
12
+
hash = "sha256-QBmvS1HGF3VWS+5aLgDr9AmUfEsuSz+DTFIeql2XHH4=";
13
};
0
0
0
0
0
0
0
0
14
15
postPatch = ''
16
substituteInPlace default-rsync.lua \