From 77116a5177a8f2f6bd3724c1e36f7c75e1067159 Mon Sep 17 00:00:00 2001 From: Brendan Long Date: Mon, 2 Mar 2015 12:10:32 -0600 Subject: [PATCH] syncthing: Update to 0.10.24 https://github.com/syncthing/syncthing/releases/tag/v0.10.24 --- pkgs/applications/networking/syncthing/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix index a1ad5ddc7792..bdc0db6db14c 100644 --- a/pkgs/applications/networking/syncthing/default.nix +++ b/pkgs/applications/networking/syncthing/default.nix @@ -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" ];