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

libsepol: 3.5 -> 3.6

authored by Weijia Wang and committed by GitHub 2220b9a4 fd0fed7f

+2 -2
+2 -2
pkgs/os-specific/linux/libsepol/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libsepol"; 5 - version = "3.5"; 5 + version = "3.6"; 6 6 se_url = "https://github.com/SELinuxProject/selinux/releases/download"; 7 7 8 8 outputs = [ "bin" "out" "dev" "man" ]; 9 9 10 10 src = fetchurl { 11 11 url = "${se_url}/${version}/libsepol-${version}.tar.gz"; 12 - sha256 = "sha256-eP2vaZJNt4C6x4VG5D2cRAdLrXmMLEFdC5u5bQZe6KI="; 12 + sha256 = "sha256-ydxYXqlJA9eE1ZfIYc1dzmRZFo+V4isxoOqxzdgAl1o="; 13 13 }; 14 14 15 15 postPatch = lib.optionalString stdenv.hostPlatform.isStatic ''