forked from mirrors/nixpkgs
openntpd: 6.2p1 -> 6.2p3
Semi-automatic update. These checks were performed: - built on NixOS - found 6.2p3 in filename of file in /nix/store/1f3fs4fxlnx749gqcmlwjg1ifc67q5jp-openntpd-6.2p3 cc "@wkennington"
This commit is contained in:
parent
72d9c1fdf1
commit
68ec41f95a
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openntpd-${version}";
|
name = "openntpd-${version}";
|
||||||
version = "6.2p1";
|
version = "6.2p3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://openbsd/OpenNTPD/${name}.tar.gz";
|
url = "mirror://openbsd/OpenNTPD/${name}.tar.gz";
|
||||||
sha256 = "1g6hi03ylhv47sbar3xxgsrar8schqfwn4glckh6m6lni67ndq85";
|
sha256 = "0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
|
Loading…
Reference in a new issue