tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
checkpolicy: 3.8 -> 3.8.1
R. Ryantm
1 year ago
3d5ec896
4f4026f3
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ch
checkpolicy
package.nix
+2
-2
pkgs/by-name/ch/checkpolicy/package.nix
reviewed
···
9
9
10
10
stdenv.mkDerivation rec {
11
11
pname = "checkpolicy";
12
12
-
version = "3.8";
12
12
+
version = "3.8.1";
13
13
inherit (libsepol) se_url;
14
14
15
15
src = fetchurl {
16
16
url = "${se_url}/${version}/checkpolicy-${version}.tar.gz";
17
17
-
sha256 = "sha256-ZforqKJR1tQvAwZGcU5eLegHrhbgIx3isDuUCq2636U=";
17
17
+
sha256 = "sha256-e0d8UW4mk9i2xRE4YyMXfx19tRwuBOttDejKKzYSDl0=";
18
18
};
19
19
20
20
nativeBuildInputs = [