inadyn: 2.10.0 -> 2.11.0

This commit is contained in:
R. Ryantm 2023-05-23 09:07:28 +00:00
parent af6b71df3e
commit b82d8c9808

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "inadyn";
version = "2.10.0";
version = "2.11.0";
src = fetchFromGitHub {
owner = "troglobit";
repo = "inadyn";
rev = "v${version}";
sha256 = "sha256-PgG9ElIbJCr607ZrQcmuUcOwr8FSQW+cDytvaNLALnQ=";
sha256 = "sha256-WNSpV3KhALzl35R1hR0QBzm8atdnbfsB5xh3h4MZBqA=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];