Merge pull request #188170 from helsinki-systems/upd/apparmor

apparmor: 3.0.7 -> 3.1.1
This commit is contained in:
Janne Heß
2022-10-04 15:04:40 +02:00
committed by GitHub
+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" ''