Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11d635530840
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e60919c3d396
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 17, 2020

  1. apparmor: 2.13.5 -> 2.13.6

    ajs124 authored and FRidh committed Dec 17, 2020
    Copy the full SHA
    e60919c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/apparmor/default.nix
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/apparmor/default.nix
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@

let
apparmor-series = "2.13";
apparmor-patchver = "5";
apparmor-patchver = "6";
apparmor-version = apparmor-series + "." + apparmor-patchver;

apparmor-meta = component: with stdenv.lib; {
@@ -27,7 +27,7 @@ let

apparmor-sources = fetchurl {
url = "https://launchpad.net/apparmor/${apparmor-series}/${apparmor-version}/+download/apparmor-${apparmor-version}.tar.gz";
sha256 = "05x7r99k00r97v1cq2f711lv6yqzhbl8zp1i1c7kxra4v0a2lzk3";
sha256 = "13xshy7905d9q9n8d8i0jmdi9m36wr525g4wlsp8k21n7yvvh9j4";
};

prePatchCommon = ''