Merge pull request #260765 from r-ryantm/auto-update/libipt

libipt: 2.0.6 -> 2.1
This commit is contained in:
Weijia Wang
2024-01-29 11:19:09 +01:00
committed by GitHub
@@ -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 ];