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

libipt: 2.0.6 -> 2.1

authored by

Weijia Wang and committed by
GitHub
9e711de2 53a808b8

+2 -2
+2 -2
pkgs/development/libraries/libipt/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libipt"; 5 - version = "2.0.6"; 5 + version = "2.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "intel"; 9 9 repo = "libipt"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-RuahOkDLbac9bhXn8QSf7lMRw11PIpXQo3eaQ9N4Rtc="; 11 + sha256 = "sha256-SLCuNTFRGFh0mTv1xLCIDg7b6DbWCxgHhrCoPu9xpmw="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];