Skip to content

Commit

Permalink
syncthing: 0.14.19 -> 0.14.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hoeg authored and globin committed Jan 25, 2017
1 parent 9371acd commit 0a4943a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/applications/networking/syncthing/default.nix
@@ -1,20 +1,19 @@
{ stdenv, lib, fetchFromGitHub, go, pkgs }:

let
removeExpr = ref: ''
sed -i "s,${ref},$(echo "${ref}" | sed "s,$NIX_STORE/[^-]*,$NIX_STORE/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee,"),g" \
'';

in

stdenv.mkDerivation rec {
version = "0.14.19";
in stdenv.mkDerivation rec {
version = "0.14.21";
name = "syncthing-${version}";

src = fetchFromGitHub {
owner = "syncthing";
repo = "syncthing";
rev = "v${version}";
sha256 = "16wpw9ndx3x37mfnymp2fx9n2az9ibyr61zgq3mh2mszzzl7bkcg";
sha256 = "0gxv4r7zg2rxjj0q8iiq3p5s75kwshcy6drjv65k8p2778bbvcjl";
};

buildInputs = [ go ];
Expand Down

0 comments on commit 0a4943a

Please sign in to comment.