Merge pull request #100052 from markuskowa/upd-linuxptp

linuxptp: 3.0 -> 3.1
This commit is contained in:
markuskowa 2020-10-08 23:20:37 +02:00 committed by GitHub
commit c83e442b77
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 = "3.0";
version = "3.1";
src = fetchurl {
url = "mirror://sourceforge/linuxptp/${pname}-${version}.tgz";
sha256 = "11aps4bc0maihldlb2d0yh2fnj6x4vwjad337kszyny74akyqk6p";
sha256 = "0zff502w3nlycgv2ad8cy8nd0hqf34kzpzcygi7prp0lrw8mp3zm";
};
postPatch = ''