exploitdb: 2023-08-11 -> 2023-08-12

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-08-11...2023-08-12
This commit is contained in:
Fabian Affolter
2023-08-13 10:39:21 +02:00
parent 0ee26e358a
commit 84d00f176e
+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 = [