tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linuxptp: 4.0 -> 4.1
R. Ryantm
2 years ago
ad126661
e009fad5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
linuxptp
default.nix
+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 = ''