Merge pull request #292192 from fpletz/pkgs/policycoreutils-3.6

policycoreutils: 3.3 -> 3.6

authored by Guillaume Girol and committed by GitHub eebbe8c5 2aa2e01b

+2 -4
+2 -4
pkgs/os-specific/linux/policycoreutils/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "policycoreutils"; 5 - version = "3.3"; 5 + version = "3.6"; 6 6 inherit (libsepol) se_url; 7 7 8 8 src = fetchurl { 9 9 url = "${se_url}/${version}/policycoreutils-${version}.tar.gz"; 10 - sha256 = "0y0hl32b2ks7r0fhbx3k2j1gqqms5aplyasjs3fz50caxl6096a1"; 10 + hash = "sha256-p2rEMepAo1qDFkzpAHkJwcbBL9EFZif2IhROSnBcCiw="; 11 11 }; 12 12 13 13 postPatch = '' ··· 15 15 substituteInPlace po/Makefile \ 16 16 --replace /usr/bin/install install --replace /usr/share /share 17 17 substituteInPlace newrole/Makefile --replace /usr/share /share 18 - 19 - sed -i -e '39i#include <crypt.h>' run_init/run_init.c 20 18 ''; 21 19 22 20 nativeBuildInputs = [ gettext ];