Merge pull request #248875 from fabaff/exploitdb-bump

exploitdb: 2023-08-11 -> 2023-08-12
This commit is contained in:
Fabian Affolter
2023-08-13 13:31:59 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-08-11";
version = "2023-08-12";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Fv5vGPo9KZCNTllQhVHlGh496vdwpdTx1V0StaS9Flk=";
hash = "sha256-614RJCI3/7xV5CaeiJqH0G3Kxk3orSN+xePHgHZY4GM=";
};
nativeBuildInputs = [