exploitdb: 2025-04-11 -> 2025-04-12 (#398453)

This commit is contained in:
Fabian Affolter
2025-04-14 22:54:17 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2025-04-11";
version = "2025-04-12";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-sR1VHGFsnLmzO7umcJn88jFWU57LlanPuDu708pSBW0=";
hash = "sha256-45i8WrkLL+leDHTSZXStw2X3ZmELyIrFR8UWq6t2IHY=";
};
nativeBuildInputs = [ makeWrapper ];