libndp: 1.7 -> 1.8

This commit is contained in:
R. RyanTM 2021-05-23 04:05:53 +00:00 committed by Frederik Rietdijk
parent 5a4a561f8b
commit 18b79d29aa

View file

@ -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; {