mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
checkpolicy: 3.5 -> 3.6
This commit is contained in:
parent
8769e84829
commit
13dc069c6f
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "checkpolicy";
|
pname = "checkpolicy";
|
||||||
version = "3.5";
|
version = "3.6";
|
||||||
inherit (libsepol) se_url;
|
inherit (libsepol) se_url;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${se_url}/${version}/checkpolicy-${version}.tar.gz";
|
url = "${se_url}/${version}/checkpolicy-${version}.tar.gz";
|
||||||
sha256 = "sha256-eqSKsiIqC5iBER1tf3DDAU09kziCfZ4C3xBaaMDfXbw=";
|
sha256 = "sha256-GzRrPN1PinihV2J7rWSjs0ecZ7ahnRXm1chpRiDq28E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bison flex ];
|
nativeBuildInputs = [ bison flex ];
|
||||||
|
Loading…
Reference in New Issue
Block a user