polkit: Fix unstable patch URL.

Unmerged upstream merge requests can change when iterated on!
This commit is contained in:
Niklas Hambüchen 2019-10-27 01:44:34 +02:00
parent 40272a77a3
commit 0e10ad926d

View file

@ -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";
})
];