Skip to content

Commit

Permalink
Merge pull request #159491 from r-ryantm/auto-update/libipt
Browse files Browse the repository at this point in the history
libipt: 2.0.4 -> 2.0.5
  • Loading branch information
trofi committed Jun 19, 2022
2 parents 5cbc278 + 876cc63 commit 650cf38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libipt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "libipt";
version = "2.0.4";
version = "2.0.5";

src = fetchFromGitHub {
owner = "intel";
repo = "libipt";
rev = "v${version}";
sha256 = "sha256-KhRmRoIHvpx5rV7roCnUH+a7JtPb6UqD41Wi4wHSR1c=";
sha256 = "sha256-W7Hvc2zkmR6FdPGsymWXtm66BiHLcW9r7mywHjabeLc=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 650cf38

Please sign in to comment.