exploitdb: 2025-05-19 -> 2025-05-22 (#410101)

authored by Fabian Affolter and committed by GitHub 63125462 6a615ea8

+2 -2
+2 -2
pkgs/by-name/ex/exploitdb/package.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "exploitdb"; 10 - version = "2025-05-19"; 11 12 src = fetchFromGitLab { 13 owner = "exploit-database"; 14 repo = "exploitdb"; 15 rev = "refs/tags/${version}"; 16 - hash = "sha256-Tk2iPWiybUlsmiHbjJTNEMkCuXVeam49PiWrl4mVzhY="; 17 }; 18 19 nativeBuildInputs = [ makeWrapper ];
··· 7 8 stdenv.mkDerivation rec { 9 pname = "exploitdb"; 10 + version = "2025-05-22"; 11 12 src = fetchFromGitLab { 13 owner = "exploit-database"; 14 repo = "exploitdb"; 15 rev = "refs/tags/${version}"; 16 + hash = "sha256-2dnIchOJJrqqePgOxb7tWw0j1neTlXFyxT30qwTOkrc="; 17 }; 18 19 nativeBuildInputs = [ makeWrapper ];