libipt: 2.0.5 -> 2.0.6

This commit is contained in:
R. Ryantm 2023-07-14 03:53:30 +00:00
parent fa32e3cbae
commit 5471b05ee0

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libipt"; pname = "libipt";
version = "2.0.5"; version = "2.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "intel"; owner = "intel";
repo = "libipt"; repo = "libipt";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-W7Hvc2zkmR6FdPGsymWXtm66BiHLcW9r7mywHjabeLc="; sha256 = "sha256-RuahOkDLbac9bhXn8QSf7lMRw11PIpXQo3eaQ9N4Rtc=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];