3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #234567 from applePrincess/exploitdb-bump

exploitdb: 2023-05-25 -> 2023-05-27
This commit is contained in:
Fabian Affolter 2023-05-28 09:10:58 +02:00 committed by GitHub
commit 5e47a6932b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "exploitdb"; pname = "exploitdb";
version = "2023-05-25"; version = "2023-05-27";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "exploit-database"; owner = "exploit-database";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-W2+54iIg2msExr9SxR8EEnsF0a0nfAgHfXI0wZN8lIw="; hash = "sha256-7C4lihyGt8jiCtHXzE1iik0vsVRlsoKgvFgiV9iqtoQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [