tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
policycoreutils: 3.6 -> 3.7
R. Ryantm
2 years ago
40f8e635
08683639
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
policycoreutils
default.nix
+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 = ''