libsepol: 3.7 -> 3.8 (#377862)

authored by

K900 and committed by
GitHub
7549bb8a 40495f3b

+2 -2
+2 -2
pkgs/by-name/li/libsepol/package.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "libsepol"; 10 - version = "3.7"; 10 + version = "3.8"; 11 11 se_url = "https://github.com/SELinuxProject/selinux/releases/download"; 12 12 13 13 outputs = [ ··· 19 19 20 20 src = fetchurl { 21 21 url = "${se_url}/${version}/libsepol-${version}.tar.gz"; 22 - sha256 = "sha256-zXQeJSROfvbNk01jNhQTGiZsPq6rM9i/pF6Kk7RcyQE="; 22 + sha256 = "sha256-hE+9vwIzS5zgODOtimcQU/Z7QHbXLbTwPg7iZl7C61U="; 23 23 }; 24 24 25 25 postPatch = lib.optionalString stdenv.hostPlatform.isStatic ''