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

linuxptp: 2.0 -> 3.0
This commit is contained in:
markuskowa 2020-08-03 23:57:01 +02:00 committed by GitHub
commit cecfe9d474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "linuxptp";
version = "2.0";
version = "3.0";
src = fetchurl {
url = "mirror://sourceforge/linuxptp/${pname}-${version}.tgz";
sha256 = "0zcw8nllla06451r7bfsa31q4z8jj56j67i07l1azm473r0dj90a";
sha256 = "11aps4bc0maihldlb2d0yh2fnj6x4vwjad337kszyny74akyqk6p";
};
postPatch = ''