oidentd 3.0.0 -> 3.1.0 https://repology.org/metapackage/oidentd/versions attrpath: oidentd Checking auto update branch... No auto update branch exists Old version 3.0.0" not present in master derivation file with contents: { lib, stdenv, fetchurl, bison, flex }: stdenv.mkDerivation rec { pname = "oidentd"; version = "3.1.0"; nativeBuildInputs = [ bison flex ]; src = fetchurl { url = "https://files.janikrabe.com/pub/oidentd/releases/${version}/${pname}-${version}.tar.gz"; sha256 = "sha256-yyvcnabxNkcIMOiZBjvoOm/pEjrGXFt4W4SG5lprkbc="; }; meta = with lib; { description = "Configurable Ident protocol server"; homepage = "https://oidentd.janikrabe.com/"; license = licenses.gpl2; platforms = platforms.linux; }; }