1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

libndp: 1.4 -> 1.5

This commit is contained in:
William A. Kennington III 2015-06-18 21:19:33 -07:00
parent c0b553c12c
commit 4468d52cbb

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "libndp-1.4";
name = "libndp-1.5";
src = fetchurl {
url = "http://libndp.org/files/${name}.tar.gz";
sha256 = "0pym5xxq3avg348q61xggwy05i0r2m4sj3mlwlpxfjq2xi3y42rs";
sha256 = "15f743hjc7yy2sv3hzvfc27s1gny4mh5aww59vn195fff2midwgs";
};
meta = with stdenv.lib; {