mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
libselinux: 3.6 -> 3.7
This commit is contained in:
parent
0acc58ad63
commit
df3df617f0
@ -8,14 +8,14 @@ assert enablePython -> swig != null && python3 != null;
|
||||
|
||||
stdenv.mkDerivation (rec {
|
||||
pname = "libselinux";
|
||||
version = "3.6";
|
||||
version = "3.7";
|
||||
inherit (libsepol) se_url;
|
||||
|
||||
outputs = [ "bin" "out" "dev" "man" ] ++ lib.optional enablePython "py";
|
||||
|
||||
src = fetchurl {
|
||||
url = "${se_url}/${version}/libselinux-${version}.tar.gz";
|
||||
hash = "sha256-uk4O80snDnZypeXxtSP+K+qzpAuzPZOJ9K06hyjyG1I=";
|
||||
hash = "sha256-6gP0LROk+VdXmX26jPCyYyH6xdLxZEGLTMhWqS0rF70=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user