exploitdb: 2024-07-17 -> 2024-07-27

This commit is contained in:
R. Ryantm
2024-07-27 20:04:34 +00:00
parent 1f12de7a33
commit f23715a833
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-07-17";
version = "2024-07-27";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-PTBLoFuNU3ZcuvJa22iYWeX5m/SjH/389bxTrKmD+c0=";
hash = "sha256-V0J/Pt1K1jC+ig8ofCrGb7lbQrRah80l1rHeRLXY0+A=";
};
nativeBuildInputs = [ makeWrapper ];