Merge pull request #47668 from jluttine/syncthing-0.14.51

syncthing: 0.14.50 -> 0.14.51
This commit is contained in:
Jörg Thalheim 2018-10-02 20:19:55 +01:00 committed by GitHub
commit 1643967b8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,14 @@
let
common = { stname, target, patches ? [], postInstall ? "" }:
stdenv.mkDerivation rec {
version = "0.14.50";
version = "0.14.51";
name = "${stname}-${version}";
src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "10lilw20mq1zshysb9zrszcpl4slyyxvnbxfqk04nhz0b1gmm9ri";
sha256 = "1ycly3vh10s04pk0fk9hb0my7w5b16dfgmnk1mi0zjylcii3yzi5";
};
inherit patches;