Merge pull request #16283 from peterhoeg/st_0137

syncthing: 0.13.4 -> 0.13.7
This commit is contained in:
Joachim Fasting 2016-06-17 18:01:01 +02:00 committed by GitHub
commit d426bab792

View File

@ -1,13 +1,13 @@
{ stdenv, fetchgit, go }:
stdenv.mkDerivation rec {
version = "0.13.4";
version = "0.13.7";
name = "syncthing-${version}";
src = fetchgit {
url = https://github.com/syncthing/syncthing;
rev = "refs/tags/v${version}";
sha256 = "0aa0nqi0gmka5r5dzph4g51jlsy7w5q4ri8f4gy3qnma4pgp7pg2";
sha256 = "0n1yqaaag4l30i6zqb74z6f800xjvj9zvprb12nl9xlm5swrwrkz";
};
buildInputs = [ go ];