Skip to content

Commit

Permalink
syncthing: 0.14.36 -> 0.14.37
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Sep 7, 2017
1 parent 024b501 commit e6c40a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/syncthing/default.nix
@@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub, go, procps, removeReferencesTo }:

stdenv.mkDerivation rec {
version = "0.14.36";
version = "0.14.37";
name = "syncthing-${version}";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "1l4s74qlabwfkpi9lmm588ym0myavbs06a5gpp9nihzrsal18727";
sha256 = "0mk09m5wc6g7w65cf86rrvzb2gfzbg4jrkwpsabn732iyhkkaj4z";
};

buildInputs = [ go removeReferencesTo ];
Expand Down

0 comments on commit e6c40a4

Please sign in to comment.