Merge pull request #255103 from alyssais/connman-hash

pkgsMusl.connman: fix hash for patch
This commit is contained in:
Weijia Wang 2023-09-15 08:49:28 +02:00 committed by GitHub
commit 46688f8eb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
./create-libppp-compat.h.patch
] ++ optionals stdenv.hostPlatform.isMusl [
# Fix Musl build by avoiding a Glibc-only API.
(fetchpatch {
(fetchurl {
url = "https://git.alpinelinux.org/aports/plain/community/connman/libresolv.patch?id=e393ea84386878cbde3cccadd36a30396e357d1e";
hash = "sha256-7Q1bp8rD/gGVYUqnIXqjr9vypR8jlC926p3KYWl9kLw=";
})