libipt: 2.0.6 -> 2.1

This commit is contained in:
R. Ryantm 2023-10-12 20:32:20 +00:00
parent 093f098d26
commit cbf59c98a8

View file

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