mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
apparmor: 2.9.1 -> 2.10
An incremental release, including several fixes to the parser, library, and userspace management tools. See [1] for a comprehensive changelog. [1]: http://wiki.apparmor.net/index.php/ReleaseNotes_2_10
This commit is contained in:
parent
9c0f3d8829
commit
1dd8dd4ca8
@ -3,9 +3,8 @@
|
||||
}:
|
||||
|
||||
let
|
||||
apparmor-series = "2.9";
|
||||
apparmor-patchver = "1";
|
||||
apparmor-version = "${apparmor-series}.${apparmor-patchver}";
|
||||
apparmor-series = "2.10";
|
||||
apparmor-version = apparmor-series;
|
||||
|
||||
apparmor-meta = component: with stdenv.lib; {
|
||||
homepage = http://apparmor.net/;
|
||||
@ -17,7 +16,7 @@ let
|
||||
|
||||
apparmor-sources = fetchurl {
|
||||
url = "https://launchpad.net/apparmor/${apparmor-series}/${apparmor-version}/+download/apparmor-${apparmor-version}.tar.gz";
|
||||
sha256 = "08ha7aigl40vm80f742rljcckdpfpw1s8g4yii1ysabcqcj8ffx6";
|
||||
sha256 = "1x06qmmbha9krx7880pxj2k3l8fxy3nm945xjjv735m2ax1243jd";
|
||||
};
|
||||
|
||||
prePatchCommon = ''
|
||||
|
Loading…
Reference in New Issue
Block a user