oidentd: 2.4.0 -> 2.5.0

gstqt5
R. RyanTM 2020-05-06 03:09:58 +00:00 committed by Frederik Rietdijk
parent 5e5b684435
commit c59ab94989
1 changed files with 2 additions and 2 deletions

View File

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