summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBrendan Long <self@brendanlong.com>2015-03-02 12:10:32 -0600
committerBrendan Long <self@brendanlong.com>2015-03-02 12:10:32 -0600
commit77116a5177a8f2f6bd3724c1e36f7c75e1067159 (patch)
treefd7d34dbe85560ea8c95040e4af8c79555bef19b /pkgs/applications
parente5dd67fc1e060ac67601e5f712382354804c4758 (diff)
downloadnixlib-77116a5177a8f2f6bd3724c1e36f7c75e1067159.tar
nixlib-77116a5177a8f2f6bd3724c1e36f7c75e1067159.tar.gz
nixlib-77116a5177a8f2f6bd3724c1e36f7c75e1067159.tar.bz2
nixlib-77116a5177a8f2f6bd3724c1e36f7c75e1067159.tar.lz
nixlib-77116a5177a8f2f6bd3724c1e36f7c75e1067159.tar.xz
nixlib-77116a5177a8f2f6bd3724c1e36f7c75e1067159.tar.zst
nixlib-77116a5177a8f2f6bd3724c1e36f7c75e1067159.zip
syncthing: Update to 0.10.24
https://github.com/syncthing/syncthing/releases/tag/v0.10.24
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/syncthing/default.nix4
1 files 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" ];