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: a40660a6da85
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ab421c0dc7fc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 1, 2019

  1. aide: 0.16.1 -> 0.16.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/aide/versions
    r-ryantm committed Jun 1, 2019
    Copy the full SHA
    b6dd281 View commit details
  2. Merge pull request #62343 from r-ryantm/auto-update/aide

    aide: 0.16.1 -> 0.16.2
    markuskowa authored Jun 1, 2019
    Copy the full SHA
    ab421c0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/aide/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/aide/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "aide-${version}";
version = "0.16.1";
version = "0.16.2";

src = fetchurl {
url = "https://github.com/aide/aide/releases/download/v${version}/${name}.tar.gz";
sha256 = "1dqhc0c24wa4zid06pfy61k357yvzh28ij86bk9jf6hcqzn7qaqg";
sha256 = "15xp47sz7kk1ciffw3f5xw2jg2mb2lqrbr3q6p4bkbz5dap9iy8p";
};

buildInputs = [ flex bison libmhash zlib acl attr libselinux pcre ];