oidentd: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm 2023-03-24 00:04:41 +00:00
parent 4a3d90135b
commit 5d5ef31309

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "oidentd";
version = "3.0.0";
version = "3.1.0";
nativeBuildInputs = [ bison flex ];
src = fetchurl {
url = "https://files.janikrabe.com/pub/oidentd/releases/${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-j+ekHTUf4Ny4a43/FoSARDowWTglJmvqrY3PlF2Jnio=";
sha256 = "sha256-yyvcnabxNkcIMOiZBjvoOm/pEjrGXFt4W4SG5lprkbc=";
};
meta = with lib; {