Skip to content

Commit

Permalink
Merge pull request #255103 from alyssais/connman-hash
Browse files Browse the repository at this point in the history
pkgsMusl.connman: fix hash for patch
  • Loading branch information
wegank authored Sep 15, 2023
2 parents ab4555e + 2ed69f9 commit 46688f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/networking/connman/connman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
})
Expand Down

0 comments on commit 46688f8

Please sign in to comment.