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:
parent
d9952c5b40
commit
fc9d6f37af
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue