Merge pull request #112598 from r-ryantm/auto-update/connman

connman: 1.38 -> 1.39
This commit is contained in:
Mario Rodas 2021-02-09 19:23:21 -05:00 committed by GitHub
commit 6f66fa46f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,10 +55,10 @@ let inherit (lib) optionals; in
stdenv.mkDerivation rec {
pname = "connman";
version = "1.38";
version = "1.39";
src = fetchurl {
url = "mirror://kernel/linux/network/connman/${pname}-${version}.tar.xz";
sha256 = "0awkqigvhwwxiapw0x6yd4whl465ka8a4al0v2pcqy9ggjlsqc6b";
sha256 = "sha256-n2KnFpt0kcZwof8uM1sNlmMI+y9i4oXHgRBeuQ8YGvM=";
};
buildInputs = [