exploitdb: 2024-03-11 -> 2024-03-13

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-11...2024-03-13
This commit is contained in:
Fabian Affolter
2024-03-14 09:57:10 +01:00
parent 2b75931c56
commit 894e262ddb
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-03-11";
version = "2024-03-13";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-tL/ff2XZdGM8lfpfw8tSr2HTOVZCEAWNOdjV/mnZNtQ=";
hash = "sha256-Lp69o/Cn2T410vpvfaF/SF8Kf6ehjLP3tcwuqIv7guM=";
};
nativeBuildInputs = [