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