polkit: Fix unstable patch URL.
Unmerged upstream merge requests can change when iterated on!
This commit is contained in:
parent
40272a77a3
commit
0e10ad926d
@ -24,8 +24,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [
|
||||
# Don't use etc/dbus-1/system.d
|
||||
# Upstream MR: https://gitlab.freedesktop.org/polkit/polkit/merge_requests/11
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.freedesktop.org/polkit/polkit/merge_requests/11.patch";
|
||||
url = "https://gitlab.freedesktop.org/polkit/polkit/commit/5dd4e22efd05d55833c4634b56e473812b5acbf2.patch";
|
||||
sha256 = "17lv7xj5ksa27iv4zpm4zwd4iy8zbwjj4ximslfq3sasiz9kxhlp";
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user