Merge #287441: apparmor: 3.1.6 -> 3.1.7

...into staging
This commit is contained in:
Vladimír Čunát 2024-02-17 10:25:37 +01:00
commit 5711440e84
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -22,7 +22,7 @@
}:
let
apparmor-version = "3.1.6";
apparmor-version = "3.1.7";
apparmor-meta = component: with lib; {
homepage = "https://apparmor.net/";
@ -36,7 +36,7 @@ let
owner = "apparmor";
repo = "apparmor";
rev = "v${apparmor-version}";
hash = "sha256-VPgRmmQv+kgLduc6RTu9gotyjT6OImUXsPeatgG7m9E=";
hash = "sha256-AzY05bcpNYXix2GL4Rhc9d3RBA1pd2fwOa7yoiwc2nQ=";
};
aa-teardown = writeShellScript "aa-teardown" ''