1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #47784 from r-ryantm/auto-update/inadyn

inadyn: 2.4 -> 2.5
This commit is contained in:
Joachim F 2018-10-08 17:49:55 +00:00 committed by GitHub
commit 1ede0788f2
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.4";
version = "2.5";
src = fetchFromGitHub {
owner = "troglobit";
repo = "inadyn";
rev = "v${version}";
sha256 = "1h24yavp1246zn5isypvxrilp6xj2266qr52w2r24qxicr8b320y";
sha256 = "0izhynqfj4xafsrc653wym8arwps0qim203w8l0g5z9vzfxfnvqw";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];