libndp: 1.7 -> 1.8
This commit is contained in:
parent
5a4a561f8b
commit
18b79d29aa
@ -1,11 +1,11 @@
|
||||
{ lib, stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libndp-1.7";
|
||||
name = "libndp-1.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://libndp.org/files/${name}.tar.gz";
|
||||
sha256 = "1dlinhl39va00v55qygjc9ap77yqf7xvn4rwmvdr49xhzzxhlj1c";
|
||||
sha256 = "sha256-iP+2buLrUn8Ub1wC9cy8OLqX0rDVfrRr+6SIghqwwCs=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user