oidentd: 2.3.1 -> 2.3.2

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-01-16 23:31:56 -08:00 committed by Franz Pletz
parent f6100507dd
commit 560e7d7c59

View file

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