1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

syncthing: Update to 0.10.24

https://github.com/syncthing/syncthing/releases/tag/v0.10.24
This commit is contained in:
Brendan Long 2015-03-02 12:10:32 -06:00
parent e5dd67fc1e
commit 77116a5177

View file

@ -4,12 +4,12 @@ with goPackages;
buildGoPackage rec {
name = "syncthing-${version}";
version = "0.10.23";
version = "0.10.24";
goPackagePath = "github.com/syncthing/syncthing";
src = fetchgit {
url = "git://github.com/syncthing/syncthing.git";
rev = "refs/tags/v${version}";
sha256 = "1f1a83d9e5f1b235d62ecbd86d3afb682d88c2471354ad308f00d2ef668e797e";
sha256 = "9c79f62a10c88fe5d3452f16b0f8ed9cde5a70ec82aaec1e7b99cc1fb41a3dda";
};
subPackages = [ "cmd/syncthing" ];