Merge pull request #317117 from fabaff/exploitdb-bump

exploitdb: 2024-06-02 -> 2024-06-04
This commit is contained in:
Nick Cao
2024-06-04 16:35:38 -04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-06-02";
version = "2024-06-04";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-TCKZwnufLLBwDh0ei/6h3EhAkP3ugcO5jgvH7aFAt5s=";
hash = "sha256-8Vj5rj+4DGCHXHgJBOlUffRaS8ejS6EurU3OcaYOezg=";
};
nativeBuildInputs = [ makeWrapper ];