apparmor: 3.0.7 -> 3.1.1

https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_3.1
This commit is contained in:
ajs124
2022-09-27 22:16:11 +02:00
parent 8d941befdb
commit a1801d7cb3
+3 -3
View File
@@ -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" ''