1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

ndisc6: update from 1.0.1 to 1.0.2

This commit is contained in:
Nixpkgs Monitor 2013-12-20 17:42:30 +02:00 committed by Evgeny Egorochkin
parent d9952c5b40
commit fc9d6f37af

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, perl }:
stdenv.mkDerivation rec {
name = "ndisc6-1.0.1";
name = "ndisc6-1.0.2";
src = fetchurl {
url = "http://www.remlab.net/files/ndisc6/archive/${name}.tar.bz2";
sha256 = "1pggc9x3zki1sv08rs8x4fm7pmd3sn1nwkan3szax19xg049xbqx";
sha256 = "0ynacanjhlib4japqmf7n2c0bv5f2qq6rx2nhk4kmylyrfhcikka";
};
buildInputs = [ perl ];