Merge pull request #211939 from bobvanderlinden/pr-lsyncd-2.3.1

lsyncd: 2.2.3 -> 2.3.1

authored by

Jonas Heinrich and committed by
GitHub
fed715a5 ed7fdf7c

+2 -10
+2 -10
pkgs/applications/networking/sync/lsyncd/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "lsyncd"; 6 - version = "2.2.3"; 6 + version = "2.3.1"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "axkibe"; 10 10 repo = "lsyncd"; 11 11 rev = "release-${version}"; 12 - sha256 = "1hbsih5hfq9lhgnxm0wb5mrj6xmlk2l0i9a79wzd5f6cnjil9l3x"; 12 + hash = "sha256-QBmvS1HGF3VWS+5aLgDr9AmUfEsuSz+DTFIeql2XHH4="; 13 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 14 23 15 postPatch = '' 24 16 substituteInPlace default-rsync.lua \