Commit df3df617 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

libselinux: 3.6 -> 3.7

parent 0acc58ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [