libselinux: 3.6 -> 3.7

This commit is contained in:
Alyssa Ross 2024-09-14 09:38:14 +02:00
parent 0acc58ad63
commit df3df617f0

View File

@ -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 = [