Merge pull request #72301 from nh2/polkit-stable-patch-url
polkit: Fix unstable patch URL
This commit is contained in:
commit
6b7f343121
@ -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…
x
Reference in New Issue
Block a user