Skip to content

Commit

Permalink
Merge pull request NixOS#6779 from DamienCassou/update-syncthing-0.10.26
Browse files Browse the repository at this point in the history
syncthing 0.10.23 -> 0.10.26
  • Loading branch information
lethalman committed Mar 13, 2015
2 parents fdd821f + 8b2f21a commit 06ee4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/syncthing/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ with goPackages;

buildGoPackage rec {
name = "syncthing-${version}";
version = "0.10.25";
version = "0.10.26";
goPackagePath = "github.com/syncthing/syncthing";
src = fetchgit {
url = "git://github.com/syncthing/syncthing.git";
rev = "refs/tags/v${version}";
sha256 = "fcb6fbcd37bdcf07d2960d143209b7697ee705286754ead4cc5e6bd95cd0acb8";
sha256 = "023vnns8ns2pgvqjisw466mw7323rv61cbl1indpfai412y7xjbk";
};

subPackages = [ "cmd/syncthing" ];
Expand Down

0 comments on commit 06ee4c6

Please sign in to comment.