Merge pull request #188170 from helsinki-systems/upd/apparmor
apparmor: 3.0.7 -> 3.1.1
This commit is contained in:
@@ -21,13 +21,13 @@
|
||||
}:
|
||||
|
||||
let
|
||||
apparmor-version = "3.0.7";
|
||||
apparmor-version = "3.1.1";
|
||||
|
||||
apparmor-meta = component: with lib; {
|
||||
homepage = "https://apparmor.net/";
|
||||
description = "A mandatory access control system - ${component}";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ joachifm julm thoughtpolice ];
|
||||
maintainers = with maintainers; [ julm thoughtpolice ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
@@ -35,7 +35,7 @@ let
|
||||
owner = "apparmor";
|
||||
repo = "apparmor";
|
||||
rev = "v${apparmor-version}";
|
||||
hash = "sha256-iLZY0wZQr+YvR8JCwTeECDuqFb1sQCQtkiUksiYCvWs=";
|
||||
hash = "sha256-phEHfrza0EeX2HEM5ts8wVCFlSLlnEtZd2MwbG/XbFY=";
|
||||
};
|
||||
|
||||
aa-teardown = writeShellScript "aa-teardown" ''
|
||||
|
||||
Reference in New Issue
Block a user