1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 23:52:33 +00:00

heimdal: 2015-06-17 -> 2015-09-13

This commit is contained in:
William A. Kennington III 2015-09-16 13:14:23 -07:00
parent 62a04a8bf1
commit 5a0759971f

View file

@ -11,13 +11,13 @@ let
in in
with stdenv.lib; with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "${type}heimdal-2015-06-17"; name = "${type}heimdal-2015-09-13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "heimdal"; owner = "heimdal";
repo = "heimdal"; repo = "heimdal";
rev = "be63a2914adcbea7d42d56e674ee6edb4883ebaf"; rev = "c81572ab5dcee3062e715b9e25ca7a20f6ec456b";
sha256 = "147gv49gmy94y6f0x1vx523qni0frgcp3r7fill0r06rkfgfzc0j"; sha256 = "1r60i4v6y5lpll0l2qpn0ycp6q6f1xjg7k1csi547zls8k96yk9s";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig python perl yacc flex ] nativeBuildInputs = [ autoreconfHook pkgconfig python perl yacc flex ]