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

libsepol: 3.6 -> 3.7
This commit is contained in:
Tristan Ross 2024-06-26 21:51:54 -07:00 committed by GitHub
commit f3c7db380a
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.6";
version = "3.7";
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-ydxYXqlJA9eE1ZfIYc1dzmRZFo+V4isxoOqxzdgAl1o=";
sha256 = "sha256-zXQeJSROfvbNk01jNhQTGiZsPq6rM9i/pF6Kk7RcyQE=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isStatic ''