Merge pull request #222814 from r-ryantm/auto-update/oidentd
oidentd: 3.0.0 -> 3.1.0
This commit is contained in:
commit
6dba80b5e3
1 changed files with 2 additions and 2 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue