Skip to content

Commit

Permalink
pkgsMusl.connman: fix hash for patch
Browse files Browse the repository at this point in the history
The hash was changed despite the patch not changing at all.
Switch back to the hash we had before, but in SRI format.

Fixes: 774c20b ("connman: 1.41 -> 1.42")
  • Loading branch information
alyssais committed Sep 14, 2023
1 parent 774c20b commit 90b23c4
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 @@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
# Fix Musl build by avoiding a Glibc-only API.
(fetchpatch {
url = "https://git.alpinelinux.org/aports/plain/community/connman/libresolv.patch?id=e393ea84386878cbde3cccadd36a30396e357d1e";
hash = "sha256-7Q1bp8rD/gGVYUqnIXqjr9vypR8jlC926p3KYWl9kLw=";
hash = "sha256-gzQUkUEunqTuSE78K0Ujvre/rx1KP1igQKy3e2i14s0=";
})
];

Expand Down

0 comments on commit 90b23c4

Please sign in to comment.