polkit: 126 -> 127

Fixes: #472582
This commit is contained in:
Ad
2025-12-24 12:40:55 -05:00
parent d52d16c1d5
commit 920ca4c52a
+2 -8
View File
@@ -42,7 +42,7 @@ let
in
stdenv.mkDerivation rec {
pname = "polkit";
version = "126";
version = "127";
outputs = [
"bin"
@@ -55,19 +55,13 @@ stdenv.mkDerivation rec {
owner = "polkit-org";
repo = "polkit";
rev = version;
hash = "sha256-ZSqgW//q5DFIsmY17U93mJcK/CHSCHphKTHsTxp40q8=";
hash = "sha256-YTugETy0rqu/bv53jV1UeGqSK79bRXR52EJNcTblvzo=";
};
patches = [
# Allow changing base for paths in pkg-config file as before.
# https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/100
./0001-build-Use-datarootdir-in-Meson-generated-pkg-config-.patch
(fetchpatch {
name = "elogind.patch";
url = "https://github.com/polkit-org/polkit/commit/55ee1b70456eca8281dda9612c485c619122f202.patch";
hash = "sha256-XOsDyYFBDWxs0PGAgqm3OSUycKR8fYa2ySZqBl8EX7E=";
})
];
depsBuildBuild = [