libsepol: 3.5 -> 3.6
This commit is contained in:
parent
e407ebeed0
commit
77536ba66a
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libsepol";
|
pname = "libsepol";
|
||||||
version = "3.5";
|
version = "3.6";
|
||||||
se_url = "https://github.com/SELinuxProject/selinux/releases/download";
|
se_url = "https://github.com/SELinuxProject/selinux/releases/download";
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" "man" ];
|
outputs = [ "bin" "out" "dev" "man" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "${se_url}/${version}/libsepol-${version}.tar.gz";
|
url = "${se_url}/${version}/libsepol-${version}.tar.gz";
|
||||||
sha256 = "sha256-eP2vaZJNt4C6x4VG5D2cRAdLrXmMLEFdC5u5bQZe6KI=";
|
sha256 = "sha256-ydxYXqlJA9eE1ZfIYc1dzmRZFo+V4isxoOqxzdgAl1o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = lib.optionalString stdenv.hostPlatform.isStatic ''
|
postPatch = lib.optionalString stdenv.hostPlatform.isStatic ''
|
||||||
|
|
Loading…
Reference in a new issue