bpfilter: 0.5.2 -> 0.6.0

SkohTV 955d1bb5 20578871

Changed files
+2 -6
pkgs
by-name
bp
bpfilter
+2 -6
pkgs/by-name/bp/bpfilter/package.nix
···
clangStdenv.mkDerivation (finalAttrs: {
pname = "bpfilter";
-
version = "0.5.2";
+
version = "0.6.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "bpfilter";
tag = "v${finalAttrs.version}";
-
hash = "sha256-qL5wRm6QmfMa5L+oZc5E2kAVqvJfCt5fBxjmtWzb2kA=";
+
hash = "sha256-mlJQIvOWF8WL4pX8KTKM1ddEFva+dvj5m2S3sWQJsKE=";
};
nativeBuildInputs = [
···
pkg-config
sphinx
tinyxxd
-
-
# bpfilter's cmake files requires this, even if we specify the version
-
# we're using without needing to detect the version during the build.
-
gitMinimal
];
buildInputs = [