mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
oidentd: 3.0.0 -> 3.1.0
This commit is contained in:
parent
4a3d90135b
commit
5d5ef31309
@ -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 New Issue
Block a user