Merge pull request #46565 from jluttine/syncthing-0.14.50

syncthing: 0.14.48 -> 0.14.50
This commit is contained in:
Jörg Thalheim 2018-09-12 19:49:04 +01:00 committed by GitHub
commit 7e2428d73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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