tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
modsecurity-crs: 3.3.2 -> 3.3.4
R. Ryantm
3 years ago
e49d3e15
9b6e32ee
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
modsecurity-crs
default.nix
+2
-2
pkgs/tools/security/modsecurity-crs/default.nix
···
1
1
{ lib, stdenv, fetchFromGitHub }:
2
2
3
3
stdenv.mkDerivation rec {
4
4
-
version = "3.3.2";
4
4
+
version = "3.3.4";
5
5
pname = "modsecurity-crs";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "coreruleset";
9
9
repo = "coreruleset";
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-m/iVLhk2y5BpYu8EwC2adrrDnbaVCQ0SE25ltvMokCw=";
11
11
+
sha256 = "sha256-WDJW4K85YdHrw9cys3LrnZUoTxc0WhiuCW6CiC1cAbk=";
12
12
};
13
13
14
14
installPhase = ''