diff --git a/nixos/tests/miniflux.nix b/nixos/tests/miniflux.nix index 549dd4966439..3bdf4480e7e2 100644 --- a/nixos/tests/miniflux.nix +++ b/nixos/tests/miniflux.nix @@ -29,7 +29,6 @@ in default = { ... }: { - security.apparmor.enable = true; services.miniflux = { enable = true; inherit adminCredentialsFile; @@ -39,7 +38,6 @@ in withoutSudo = { ... }: { - security.apparmor.enable = true; services.miniflux = { enable = true; inherit adminCredentialsFile; @@ -50,7 +48,6 @@ in customized = { ... }: { - security.apparmor.enable = true; services.miniflux = { enable = true; config = { @@ -85,7 +82,6 @@ in externalDb = { ... }: { - security.apparmor.enable = true; services.miniflux = { enable = true; createDatabaseLocally = false; @@ -109,7 +105,6 @@ in machine.succeed( f"curl 'http://localhost:{port}/v1/me' -u '{user}' -H Content-Type:application/json | grep '\"is_admin\":true'" ) - machine.fail('journalctl -b --no-pager --grep "^audit: .*apparmor=\\"DENIED\\""') default.start() withoutSudo.start() diff --git a/pkgs/by-name/mi/miniflux/package.nix b/pkgs/by-name/mi/miniflux/package.nix index c4170aab833c..8b082e746322 100644 --- a/pkgs/by-name/mi/miniflux/package.nix +++ b/pkgs/by-name/mi/miniflux/package.nix @@ -9,16 +9,16 @@ buildGoModule (finalAttrs: { pname = "miniflux"; - version = "2.2.16"; + version = "2.2.17"; src = fetchFromGitHub { owner = "miniflux"; repo = "v2"; tag = finalAttrs.version; - hash = "sha256-mJ0FgoTm/SzS/T6xcLk232Xs3TgaDQahib4BeWzNfAk="; + hash = "sha256-Ru9yhI7EhLEdxmB3umOyub/SjmRY+tYxGsh2tEdZGCQ="; }; - vendorHash = "sha256-XrTmXAUABlTQaA3Z0vU0HQW5Q1e/Yg6yq690oZH8M+A="; + vendorHash = "sha256-BRgS58D8G6TGo7+jGjlmHrNUvVLgBE5Mm7/A/PekoI8="; nativeBuildInputs = [ installShellFiles ];