linuxptp: 4.0 -> 4.1

+2 -2
+2 -2
pkgs/os-specific/linux/linuxptp/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 pname = "linuxptp"; 6 - version = "4.0"; 7 8 src = fetchurl { 9 url = "mirror://sourceforge/linuxptp/${pname}-${version}.tgz"; 10 - hash = "sha256-0n1e8pa7PSheIuafda4CO0tCovRlUTDW05DYr8vD2TM="; 11 }; 12 13 postPatch = ''
··· 3 4 stdenv.mkDerivation rec { 5 pname = "linuxptp"; 6 + version = "4.1"; 7 8 src = fetchurl { 9 url = "mirror://sourceforge/linuxptp/${pname}-${version}.tgz"; 10 + hash = "sha256-4XQ9RPggiJfjCJXaNXnmcP+Rm5FP60talJ8+Qh3d5TU="; 11 }; 12 13 postPatch = ''