selinux: update to 2014-05-06

Sadly, policycoreutils still fails on i686-linux.
This commit is contained in:
Vladimír Čunát
2014-08-14 17:55:12 +02:00
parent 0431a7112d
commit a4e1c7df08
7 changed files with 29 additions and 12 deletions

View File

@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "checkpolicy-${version}";
version = "2.2";
version = "2.3";
inherit (libsepol) se_release se_url;
src = fetchurl {
url = "${se_url}/${se_release}/checkpolicy-${version}.tar.gz";
sha256 = "1y5dx4s5k404fgpm7hlhgw8a9b9ksn3q2d3fj6f9rdac9n7nkxlz";
sha256 = "0yr0r2cxz9lbj7i0wqgcd4wjvc6zf1fmqk0xjybnkdpcmw8jsqwh";
};
buildInputs = [ libsepol libselinux bison flex ];