libsepol: 2.7 -> 2.8

This commit is contained in:
Franz Pletz 2019-01-11 04:35:24 +01:00
parent 5761727e21
commit 22a8f081ae
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,15 +2,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libsepol-${version}"; name = "libsepol-${version}";
version = "2.7"; version = "2.8";
se_release = "20170804"; se_release = "20180524";
se_url = "https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases"; se_url = "https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases";
outputs = [ "bin" "out" "dev" "man" ]; outputs = [ "bin" "out" "dev" "man" ];
src = fetchurl { src = fetchurl {
url = "${se_url}/${se_release}/libsepol-${version}.tar.gz"; url = "${se_url}/${se_release}/libsepol-${version}.tar.gz";
sha256 = "1rzr90d3f1g5wy1b8sh6fgnqb9migys2zgpjmpakn6lhxkc3p7fn"; sha256 = "1mi4kpx7b94wjphv8k2fz5b8rd7mllvq1k4ssjxg1gjjhdm93mis";
}; };
nativeBuildInputs = [ flex ]; nativeBuildInputs = [ flex ];