exploitdb: 2024-03-04 -> 2024-03-06

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-04...2024-03-06
This commit is contained in:
Fabian Affolter
2024-03-06 16:43:23 +01:00
parent a206ca147c
commit c0ee7bee6c
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-03-04";
version = "2024-03-06";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-3i4Hzz5rcGNWpIJeMPEQMRy6Dxk8lafusEk9Plhfx8U=";
hash = "sha256-0BWwxnhcU72ytbwSSsae0dH4uftdSq8sCoJLE0cLJ1Y=";
};
nativeBuildInputs = [