linuxptp: 4.3 -> 4.4 (#341483)

This commit is contained in:
Peder Bergebakken Sundt
2024-09-14 04:12:57 +02:00
committed by GitHub
+2 -2
View File
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "linuxptp";
version = "4.3";
version = "4.4";
src = fetchFromGitHub {
owner = "nwtime";
repo = "linuxptp";
rev = "v${version}";
hash = "sha256-FFBbbmVPP74p/OkqNXXgynBS/NcuPoYs3OCof11NZOI=";
hash = "sha256-w1buo+D8Mnd6ytMhQYhvCDqt+RejlNSN/iVjrDR+Khk=";
};
outputs = [ "out" "man" ];