Skip to content

Commit

Permalink
syncthing: 0.14.43 -> 0.14.44
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Feb 9, 2018
1 parent 78a17f5 commit 44d1f99
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.43";
version = "0.14.44";
name = "syncthing-${version}";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "1n09zmp9dqrl3y0fa0l1gx6f09j9mm3xdf7b58y03znspsg7mxhi";
sha256 = "1gdkx6lbzmdz2hqc9slbq41rwgkxmdisnj0iywx4mppmc2b4v6wh";
};

buildInputs = [ go removeReferencesTo ];
Expand Down

0 comments on commit 44d1f99

Please sign in to comment.