oidentd: 2.4.0 -> 2.5.0
This commit is contained in:
parent
5e5b684435
commit
c59ab94989
1 changed files with 2 additions and 2 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue