libipt: 2.1 -> 2.1.1

This commit is contained in:
R. Ryantm 2024-02-28 12:13:34 +00:00
parent c955a45164
commit 291f1d4b7e

View File

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