tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Merge #239185: apparmor: 3.1.5 -> 3.1.6
...into staging
Vladimír Čunát
2 years ago
0306f31c
cccaa489
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
apparmor
default.nix
+4
-4
pkgs/os-specific/linux/apparmor/default.nix
···
22
}:
23
24
let
25
-
apparmor-version = "3.1.5";
26
27
apparmor-meta = component: with lib; {
28
homepage = "https://apparmor.net/";
29
description = "A mandatory access control system - ${component}";
30
-
license = licenses.gpl2;
31
-
maintainers = with maintainers; [ julm thoughtpolice ];
32
platforms = platforms.linux;
33
};
34
···
36
owner = "apparmor";
37
repo = "apparmor";
38
rev = "v${apparmor-version}";
39
-
hash = "sha256-nqIRs2REbSQNKglEEjAO/YSZc6r2ks128sUNq61gRWE=";
40
};
41
42
aa-teardown = writeShellScript "aa-teardown" ''
···
22
}:
23
24
let
25
+
apparmor-version = "3.1.6";
26
27
apparmor-meta = component: with lib; {
28
homepage = "https://apparmor.net/";
29
description = "A mandatory access control system - ${component}";
30
+
license = with licenses; [ gpl2Only lgpl21Only ];
31
+
maintainers = with maintainers; [ julm thoughtpolice ajs124 ];
32
platforms = platforms.linux;
33
};
34
···
36
owner = "apparmor";
37
repo = "apparmor";
38
rev = "v${apparmor-version}";
39
+
hash = "sha256-VPgRmmQv+kgLduc6RTu9gotyjT6OImUXsPeatgG7m9E=";
40
};
41
42
aa-teardown = writeShellScript "aa-teardown" ''