libtraceevent: 1.8.1 -> 1.8.2

+2 -2
+2 -2
pkgs/os-specific/linux/libtraceevent/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "libtraceevent"; 5 - version = "1.8.1"; 6 7 src = fetchgit { 8 url = "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git"; 9 rev = "libtraceevent-${version}"; 10 - hash = "sha256-zib2IrgtaDGDEO/2Kp9ytHuceW/7slRPDUClYgqemOE="; 11 }; 12 13 postPatch = ''
··· 2 3 stdenv.mkDerivation rec { 4 pname = "libtraceevent"; 5 + version = "1.8.2"; 6 7 src = fetchgit { 8 url = "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git"; 9 rev = "libtraceevent-${version}"; 10 + hash = "sha256-2oa3pR8DOPaeHcoqcLX00ihx1lpXablnsf0IZR2sOm8="; 11 }; 12 13 postPatch = ''