connman: 1.39 -> 1.40
(cherry picked from commit 12bc6bff40118924260748d87598447881411bf7)
This commit is contained in:
parent
d38e37ccf1
commit
55c5775d8f
@ -55,10 +55,10 @@ let inherit (lib) optionals; in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "connman";
|
pname = "connman";
|
||||||
version = "1.39";
|
version = "1.40";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/network/connman/${pname}-${version}.tar.xz";
|
url = "mirror://kernel/linux/network/connman/${pname}-${version}.tar.xz";
|
||||||
sha256 = "sha256-n2KnFpt0kcZwof8uM1sNlmMI+y9i4oXHgRBeuQ8YGvM=";
|
sha256 = "sha256-GleufOI0qjoXRKrDvlwhIdmNzpmUQO+KucxO39XtyxI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
|
|||||||
libmnl
|
libmnl
|
||||||
gnutls
|
gnutls
|
||||||
readline
|
readline
|
||||||
];
|
] ++ optionals (enableOpenconnect) [ openconnect ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user