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:
parent
c0b553c12c
commit
4468d52cbb
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue