libsepol: 3.5 -> 3.6

This commit is contained in:
R. Ryantm 2023-12-16 11:17:59 +00:00
parent e407ebeed0
commit 77536ba66a

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 ''