linuxptp: 4.1 -> 4.2

This commit is contained in:
R. Ryantm 2023-12-22 04:55:25 +00:00
parent 02b3c06b1c
commit a6851f8df3

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "linuxptp";
version = "4.1";
version = "4.2";
src = fetchurl {
url = "mirror://sourceforge/linuxptp/${pname}-${version}.tgz";
hash = "sha256-4XQ9RPggiJfjCJXaNXnmcP+Rm5FP60talJ8+Qh3d5TU=";
hash = "sha256-cOOOXSdk4CF0Q9pvFOiEb+QBpHIpOsE42EGcB6ZlRHo=";
};
postPatch = ''