Merge pull request #275969 from r-ryantm/auto-update/linuxptp

linuxptp: 4.1 -> 4.2
This commit is contained in:
markuskowa
2023-12-22 13:03:48 +01:00
committed by GitHub
+2 -2
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 = ''