Skip to content

Commit 7b2e6ee

Browse files
nixpkgs-merge-bot[bot]jmbaur
andauthoredMar 25, 2025
bpfilter: 0.2.1 -> 0.3.0 (#392961)
Co-authored-by: jmbaur <jmbaur@users.noreply.github.com>
2 parents e5cf09a + c137d72 commit 7b2e6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/by-name/bp/bpfilter/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "bpfilter";
23-
version = "0.2.1";
23+
version = "0.3.0";
2424

2525
src = fetchFromGitHub {
2626
owner = "facebook";
2727
repo = "bpfilter";
2828
tag = "v${finalAttrs.version}";
29-
hash = "sha256-8oF4YuVlxWwl0JgAAe3JRz0Sy5xe77Ayhvour9K3zeY=";
29+
hash = "sha256-k8zl6WQ5htxu2nsubOoqMg69E/z+4TQTtywIfZG/G7U=";
3030
};
3131

3232
nativeBuildInputs = [

0 commit comments

Comments
 (0)
Failed to load comments.