lomiri.lomiri-polkit-agent: 0.3.1 -> 0.3.2 (#460009)

This commit is contained in:
Cosima Neidahl
2025-11-22 22:59:27 +00:00
committed by GitHub
@@ -18,24 +18,17 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lomiri-polkit-agent";
version = "0.3.1";
version = "0.3.2";
src = fetchFromGitLab {
owner = "ubports";
repo = "development/core/lomiri-polkit-agent";
tag = finalAttrs.version;
hash = "sha256-6n/NIUstXODq1fGPF6ioXOWR39kTlzKWdAdW1LbnFy0=";
hash = "sha256-JKU2lm5wco9aC2cu3lgJ9OfGAzKQO/wQXFPEdb9Uz3Y=";
};
strictDeps = true;
postPatch = ''
# CMake 4 compat
# Remove when https://gitlab.com/ubports/development/core/lomiri-polkit-agent/-/commit/cb81d853ce6dd3bb11030f5a23b6a13f926779a1 in release
substituteInPlace CMakeLists.txt \
--replace-fail 'VERSION 3.5' 'VERSION 3.10'
'';
nativeBuildInputs = [
cmake
pkg-config