Merge pull request #253816 from fabaff/exploitdb-bump

exploitdb: 2023-09-05 -> 2023-09-07
This commit is contained in:
Fabian Affolter
2023-09-07 13:09:55 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-09-05";
version = "2023-09-07";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ghoR5DjLtEcanj3R/tgqtmoj7duTanvXKPE+gyB1TZc=";
hash = "sha256-8NQkGArCTd/fGhqK8xMAxmUYnYLZ6tSRkkAL3KeN6NE=";
};
nativeBuildInputs = [