usbguard: unpin protobuf_29

Since release 1.1.4 usbguard is protobuf 30 compatible.
This commit is contained in:
Philipp Bartsch
2025-07-27 21:13:15 +02:00
parent 70a3b2b965
commit edec20fa26
+1 -4
View File
@@ -16,14 +16,11 @@
libqb,
libseccomp,
polkit,
protobuf_29,
protobuf,
audit,
libsodium,
}:
let
protobuf = protobuf_29;
in
stdenv.mkDerivation rec {
version = "1.1.4";
pname = "usbguard";