mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 00:47:40 +00:00
policycoreutils: 3.6 -> 3.7
This commit is contained in:
parent
08683639c2
commit
40f8e6352f
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "policycoreutils";
|
||||
version = "3.6";
|
||||
version = "3.7";
|
||||
inherit (libsepol) se_url;
|
||||
|
||||
src = fetchurl {
|
||||
url = "${se_url}/${version}/policycoreutils-${version}.tar.gz";
|
||||
hash = "sha256-p2rEMepAo1qDFkzpAHkJwcbBL9EFZif2IhROSnBcCiw=";
|
||||
hash = "sha256-WP5OSB7ftEVsEUklRC4ROJ3xc5SSWs26PeIRFFzl6pg=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user