Merge pull request #274695 from r-ryantm/auto-update/libsepol

libsepol: 3.5 -> 3.6
This commit is contained in:
Weijia Wang 2024-01-29 13:21:50 +01:00 committed by GitHub
commit 2220b9a447
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "libsepol";
version = "3.5";
version = "3.6";
se_url = "https://github.com/SELinuxProject/selinux/releases/download";
outputs = [ "bin" "out" "dev" "man" ];
src = fetchurl {
url = "${se_url}/${version}/libsepol-${version}.tar.gz";
sha256 = "sha256-eP2vaZJNt4C6x4VG5D2cRAdLrXmMLEFdC5u5bQZe6KI=";
sha256 = "sha256-ydxYXqlJA9eE1ZfIYc1dzmRZFo+V4isxoOqxzdgAl1o=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isStatic ''