syncthing: 0.14.48 -> 0.14.50

This commit is contained in:
Jaakko Luttinen 2018-09-12 10:00:44 +03:00
parent cb7c04f53c
commit 6400d4b4aa
No known key found for this signature in database
GPG Key ID: 7B1CE13152E6B964

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;