Merge pull request #289697 from fabaff/exploitdb-bump

exploitdb: 2024-02-16 -> 2024-02-17
This commit is contained in:
Fabian Affolter
2024-02-18 17:27:52 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-02-14";
version = "2024-02-17";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-yNfshjwsLAM6P8vCyia/h1oXg6Asg7sKkBCcGtQNGHo=";
hash = "sha256-rOhNN/kdwAtSq27P1vpTG/nLSyID/OKrPbDQOxdbgIw=";
};
nativeBuildInputs = [