+3
-3
pkgs/tools/networking/tinc/pre.nix
+3
-3
pkgs/tools/networking/tinc/pre.nix
···
1
{ stdenv, fetchgit, autoreconfHook, texinfo, ncurses, readline, zlib, lzo, openssl }:
2
3
stdenv.mkDerivation rec {
4
-
name = "tinc-1.1pre-2015-07-22";
5
6
src = fetchgit {
7
url = "git://tinc-vpn.org/tinc";
8
-
rev = "56a8b90d863171d62e0a337b5635fbfc53a67fb0";
9
-
sha256 = "081z4xs5l988g1s0yr7fvnysajd05bx6s54sh84jvq7ij8af71dm";
10
};
11
12
nativeBuildInputs = [ autoreconfHook texinfo ];
···
1
{ stdenv, fetchgit, autoreconfHook, texinfo, ncurses, readline, zlib, lzo, openssl }:
2
3
stdenv.mkDerivation rec {
4
+
name = "tinc-1.1pre-2015-09-25";
5
6
src = fetchgit {
7
url = "git://tinc-vpn.org/tinc";
8
+
rev = "73068238436d8a22abb86e67b08f573b09fd04e1";
9
+
sha256 = "1j8bvvzvciy21s24jdpi089svy7wipg9pm84s98xjlp2plchj5dj";
10
};
11
12
nativeBuildInputs = [ autoreconfHook texinfo ];