tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
exploitdb: 2021-11-16 -> 2021-11-18
Fabian Affolter
4 years ago
66ed8b22
308d2cf2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
exploitdb
default.nix
+2
-2
pkgs/tools/security/exploitdb/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "exploitdb";
5
5
-
version = "2021-11-16";
5
5
+
version = "2021-11-18";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "offensive-security";
9
9
repo = pname;
10
10
rev = version;
11
11
-
sha256 = "sha256-xsTmZdEee/lrRYPemny7lUy13xXVVDrb7w1NBnkzmJM=";
11
11
+
sha256 = "sha256-GSqJIM/wAgSKn9BWOSEwmrVTwI6ZOTZGNHRcepDT7MI=";
12
12
};
13
13
14
14
nativeBuildInputs = [ makeWrapper ];