exploitdb: 2024-08-29 -> 2024-10-02 (#345962)

This commit is contained in:
Peder Bergebakken Sundt
2024-10-03 19:42:46 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-08-29";
version = "2024-10-02";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-QZO7wJiqVVt9vpocC2X4Vrj8s02kh/E3j96JKbYoJJo=";
hash = "sha256-uNFBMZ6pk/xT6OZMb8EKax141lc+uumQl3xbihFMYAI=";
};
nativeBuildInputs = [ makeWrapper ];