Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

policycoreutils: 3.6 -> 3.7

+2 -2
+2 -2
pkgs/os-specific/linux/policycoreutils/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "policycoreutils"; 5 - version = "3.6"; 6 inherit (libsepol) se_url; 7 8 src = fetchurl { 9 url = "${se_url}/${version}/policycoreutils-${version}.tar.gz"; 10 - hash = "sha256-p2rEMepAo1qDFkzpAHkJwcbBL9EFZif2IhROSnBcCiw="; 11 }; 12 13 postPatch = ''
··· 2 3 stdenv.mkDerivation rec { 4 pname = "policycoreutils"; 5 + version = "3.7"; 6 inherit (libsepol) se_url; 7 8 src = fetchurl { 9 url = "${se_url}/${version}/policycoreutils-${version}.tar.gz"; 10 + hash = "sha256-WP5OSB7ftEVsEUklRC4ROJ3xc5SSWs26PeIRFFzl6pg="; 11 }; 12 13 postPatch = ''