oidentd: 2.3.2 -> 2.4.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/oidentd/versions
This commit is contained in:
R. RyanTM 2019-08-19 18:06:08 -07:00
parent ffbb4d26f9
commit e93a9aa0bf

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "oidentd-${version}";
version = "2.3.2";
version = "2.4.0";
nativeBuildInputs = [ bison flex ];
src = fetchurl {
url = "https://files.janikrabe.com/pub/oidentd/releases/${version}/${name}.tar.gz";
sha256 = "10c5jkhirkvm1s4v3zdj4micfi6rkfjj32q4k7wjwh1fnzrwyb5n";
sha256 = "132bzlbjp437lrlxv5k9aqa1q9w5pghk02rnazg33cw6av00q2li";
};
meta = with stdenv.lib; {