Merge pull request #223514 from fabaff/exploitdb-bump

exploitdb: 2023-03-26 -> 2023-03-28
This commit is contained in:
Fabian Affolter
2023-03-28 10:42:24 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-03-26";
version = "2023-03-28";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-oUoQNjg14rAs8BAxTOLtYHw9iTwEAsLymObog+GrQw8=";
hash = "sha256-aduDgEj07Gy+P6xDa8DUT31ZHEWXHlzspi7ZY2wCl9A=";
};
nativeBuildInputs = [