Merge pull request #36599 from ryantm/auto-update/inadyn

inadyn: 2.3 -> 2.3.1
This commit is contained in:
viric 2018-03-09 09:11:19 +01:00 committed by GitHub
commit af507f9890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "inadyn-${version}";
version = "2.3";
version = "2.3.1";
src = fetchFromGitHub {
owner = "troglobit";
repo = "inadyn";
rev = "v${version}";
sha256 = "1nkrvd33mnj98m86g3xs27l88l2678qjzjhwpq1k9n8v9k255pd6";
sha256 = "0m2lkmvklhnggv1kim0rikq1gxxc984lsg4gpn8s6lzv6y0axbya";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];