Merge pull request #327935 from r-ryantm/auto-update/exploitdb

exploitdb: 2024-07-05 -> 2024-07-17
This commit is contained in:
Fabian Affolter
2024-07-17 21:23:32 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-07-05";
version = "2024-07-17";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-+AnEOOzpF3fRb/kCDVO4fE0ZUpakyUCtpW0rXpcVPYY=";
hash = "sha256-PTBLoFuNU3ZcuvJa22iYWeX5m/SjH/389bxTrKmD+c0=";
};
nativeBuildInputs = [ makeWrapper ];