3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #129839 from markuskowa/upd-linuxptp

linuxptp: 3.1 -> 3.1.1
This commit is contained in:
markuskowa 2021-07-10 13:25:38 +02:00 committed by GitHub
commit 20d0d5368e
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.1";
version = "3.1.1";
src = fetchurl {
url = "mirror://sourceforge/linuxptp/${pname}-${version}.tgz";
sha256 = "0zff502w3nlycgv2ad8cy8nd0hqf34kzpzcygi7prp0lrw8mp3zm";
sha256 = "1nf0w4xyzg884v8blb81zkk6q8p6zbiq9lx61jdqwbbzkdgqbmll";
};
postPatch = ''