Merge pull request #222814 from r-ryantm/auto-update/oidentd

oidentd: 3.0.0 -> 3.1.0
This commit is contained in:
Weijia Wang 2023-03-24 22:01:38 +02:00 committed by GitHub
commit 6dba80b5e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; {