Merge pull request #316615 from fabaff/exploitdb-bump

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