interception-tools: 0.6.7 -> 0.6.8

This commit is contained in:
R. Ryantm 2021-12-10 12:22:46 +00:00
parent 9f329731b5
commit e698fb85b3

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "interception-tools";
version = "0.6.7";
version = "0.6.8";
src = fetchFromGitLab {
owner = "interception/linux";
repo = "tools";
rev = "v${version}";
sha256 = "0wcmppa7092b33wb8vc782day5phf90pc25cn1x7rk0rlw565z36";
sha256 = "sha256-jhdgfCWbkF+jD/iXsJ+fYKOtPymxcC46Q4w0aqpvcek=";
};
nativeBuildInputs = [ cmake pkg-config ];