bpfilter: 0.2.1 -> 0.3.0

This commit is contained in:
R. Ryantm
2025-03-25 04:03:00 +00:00
parent 33319c3013
commit c137d724e0
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bpfilter";
version = "0.2.1";
version = "0.3.0";
src = fetchFromGitHub {
owner = "facebook";
repo = "bpfilter";
tag = "v${finalAttrs.version}";
hash = "sha256-8oF4YuVlxWwl0JgAAe3JRz0Sy5xe77Ayhvour9K3zeY=";
hash = "sha256-k8zl6WQ5htxu2nsubOoqMg69E/z+4TQTtywIfZG/G7U=";
};
nativeBuildInputs = [