tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
libmodsecurity: 3.0.8 -> 3.0.9
R. Ryantm
3 years ago
952e23ab
3a54369a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
libmodsecurity
default.nix
+2
-2
pkgs/tools/security/libmodsecurity/default.nix
reviewed
···
6
6
7
7
stdenv.mkDerivation rec {
8
8
pname = "libmodsecurity";
9
9
-
version = "3.0.8";
9
9
+
version = "3.0.9";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "SpiderLabs";
13
13
repo = "ModSecurity";
14
14
rev = "v${version}";
15
15
-
sha256 = "sha256-Xqg7Y6i5pG1WGDLE7Zry+6ZN5o1LpmpOwEL67LlzIDk=";
15
15
+
sha256 = "sha256-7tA1fqKK5aGOhWBifLAjDmQ80ven4+OcwAzAowPStzA=";
16
16
fetchSubmodules = true;
17
17
};
18
18