exploitdb: 2023-06-23 -> 2023-06-24

This commit is contained in:
Lein Matsumaru
2023-06-25 15:08:49 +00:00
parent a06cc8c85e
commit e01caa5119
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-06-23";
version = "2023-06-24";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bTTf4p8FVYnXZxTS8FOtCasMXZVlQl+PQb0RS10WvN0=";
hash = "sha256-uQQ/TPE+64VeUSbnzNlRBdG1Nv4QcsQvfLyoRH68OhA=";
};
nativeBuildInputs = [