tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
syncthing: 0.14.4 -> 0.14.5
Peter Hoeg
9 years ago
6723f899
76223aa4
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
syncthing
default.nix
+2
-2
pkgs/applications/networking/syncthing/default.nix
···
1
{ stdenv, fetchFromGitHub, go }:
2
3
stdenv.mkDerivation rec {
4
-
version = "0.14.4";
5
name = "syncthing-${version}";
6
7
src = fetchFromGitHub {
8
owner = "syncthing";
9
repo = "syncthing";
10
rev = "v${version}";
11
-
sha256 = "0i1pgwy7vn2hfcqa7dvrrc40hzrzn47alvnxm058f2hhxjis3fdw";
12
};
13
14
buildInputs = [ go ];
···
1
{ stdenv, fetchFromGitHub, go }:
2
3
stdenv.mkDerivation rec {
4
+
version = "0.14.5";
5
name = "syncthing-${version}";
6
7
src = fetchFromGitHub {
8
owner = "syncthing";
9
repo = "syncthing";
10
rev = "v${version}";
11
+
sha256 = "172ca3xgc3dp9yiqm3fmq696615jnclgfg521sh5mk78na1r4mgz";
12
};
13
14
buildInputs = [ go ];