1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

syncthing: Update to 0.10.20.

This commit is contained in:
Brendan Long 2015-01-13 17:12:49 -06:00
parent ca1116d297
commit b46b15d868

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "syncthing-${version}";
version = "0.10.19";
version = "0.10.20";
src = fetchgit {
url = "git://github.com/syncthing/syncthing.git";
rev = "refs/tags/v${version}";
sha256 = "e89d618ddbcbab2a4c6d0430b98e792a1780ebd40c19ee6f4644df2fdeea0601";
sha256 = "2d61a5b1ca45e4ad0805413e8965a6f3d61256cccb7a6a08cc146bf7433f5d80";
};
buildInputs = [ go ];