libselinux: 3.6 -> 3.7

+2 -2
+2 -2
pkgs/os-specific/linux/libselinux/default.nix
··· 8 9 stdenv.mkDerivation (rec { 10 pname = "libselinux"; 11 - version = "3.6"; 12 inherit (libsepol) se_url; 13 14 outputs = [ "bin" "out" "dev" "man" ] ++ lib.optional enablePython "py"; 15 16 src = fetchurl { 17 url = "${se_url}/${version}/libselinux-${version}.tar.gz"; 18 - hash = "sha256-uk4O80snDnZypeXxtSP+K+qzpAuzPZOJ9K06hyjyG1I="; 19 }; 20 21 patches = [
··· 8 9 stdenv.mkDerivation (rec { 10 pname = "libselinux"; 11 + version = "3.7"; 12 inherit (libsepol) se_url; 13 14 outputs = [ "bin" "out" "dev" "man" ] ++ lib.optional enablePython "py"; 15 16 src = fetchurl { 17 url = "${se_url}/${version}/libselinux-${version}.tar.gz"; 18 + hash = "sha256-6gP0LROk+VdXmX26jPCyYyH6xdLxZEGLTMhWqS0rF70="; 19 }; 20 21 patches = [