modemmanager: fix patch sha256
I looked at the patch as it is now, it seems OK I tested the build, it suceeds I have no idea where the previous hash comes from
This commit is contained in:
parent
18aa4e08ff
commit
a7d1a86bb3
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
# Patch dependency on glib headers, this breaks packages using core headers (networkmanager-qt)
|
||||
(fetchpatch {
|
||||
url = "https://cgit.freedesktop.org/ModemManager/ModemManager/patch/?id=0f377f943eeb81472fd73189f2c3d8fc65b8c609";
|
||||
sha256 = "00m7ly1fgspapzkbvjsp25w58wcdax8rrwgvq3axrz4lagwfwnp6";
|
||||
sha256 = "0av0sqdvbhwjnhqqylkc7rmqcj6awqmz5693l9x93nlwp7zya95j";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue