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

Commits on Mar 11, 2019

  1. modsecurity_standalone: 2.9.2 -> 2.9.3

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/modsecurity/versions
    r-ryantm committed Mar 11, 2019
    Copy the full SHA
    41a5459 View commit details

Commits on Mar 28, 2019

  1. Merge pull request #57322 from r-ryantm/auto-update/modsecurity

    modsecurity_standalone: 2.9.2 -> 2.9.3
    infinisil authored Mar 28, 2019
    Copy the full SHA
    9b6c9c5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/security/modsecurity/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/security/modsecurity/default.nix
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@ in

stdenv.mkDerivation rec {
name = "modsecurity-${version}";
version = "2.9.2";
version = "2.9.3";

src = fetchurl {
url = "https://www.modsecurity.org/tarball/${version}/${name}.tar.gz";
sha256 = "41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5";
sha256 = "0611nskd2y6yagrciqafxdn4rxbdk2v4swf45kc1sgwx2sfh34j1";
};

nativeBuildInputs = [ pkgconfig ];