Unverified Commit bb730c1d authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #237015 from markuskowa/upd-linuxptp

linuxptp: 3.1.1 -> 4.0
parents 9e6390fe 1bf6d6ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
  pname = "linuxptp";
  version = "3.1.1";
  version = "4.0";

  src = fetchurl {
    url = "mirror://sourceforge/linuxptp/${pname}-${version}.tgz";
    sha256 = "1nf0w4xyzg884v8blb81zkk6q8p6zbiq9lx61jdqwbbzkdgqbmll";
    hash = "sha256-0n1e8pa7PSheIuafda4CO0tCovRlUTDW05DYr8vD2TM=";
  };

  postPatch = ''