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 { stdenv.mkDerivation rec {
pname = "libipt"; pname = "libipt";
version = "2.1"; version = "2.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "intel"; owner = "intel";
repo = "libipt"; repo = "libipt";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-SLCuNTFRGFh0mTv1xLCIDg7b6DbWCxgHhrCoPu9xpmw="; sha256 = "sha256-tyOheitSlccf/n3mklGL2oAKLBKYT60LSLre9/G/b9Q=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];