Skip to content

Commit

Permalink
apparmor: 3.0.7 -> 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs124 committed Sep 27, 2022
1 parent 8d941be commit a1801d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/apparmor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
}:

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;
};

apparmor-sources = fetchFromGitLab {
owner = "apparmor";
repo = "apparmor";
rev = "v${apparmor-version}";
hash = "sha256-iLZY0wZQr+YvR8JCwTeECDuqFb1sQCQtkiUksiYCvWs=";
hash = "sha256-phEHfrza0EeX2HEM5ts8wVCFlSLlnEtZd2MwbG/XbFY=";
};

aa-teardown = writeShellScript "aa-teardown" ''
Expand Down

0 comments on commit a1801d7

Please sign in to comment.