Commit edec20fa authored by Philipp Bartsch's avatar Philipp Bartsch
Browse files

usbguard: unpin protobuf_29

Since release 1.1.4 usbguard is protobuf 30 compatible.
parent 70a3b2b9
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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";