Loading pkgs/tools/security/exploitdb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "exploitdb"; version = "2023-06-20"; version = "2023-06-22"; src = fetchFromGitLab { owner = "exploit-database"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-rtxgUnmNAZDnyczucpRB0ItyM5lk0us33I/ejYTDn4U="; hash = "sha256-l9JM6j0UqMqEKpH4cTM5sqlGwIDFjjCNxOk40mdI2aY="; }; nativeBuildInputs = [ Loading Loading
pkgs/tools/security/exploitdb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "exploitdb"; version = "2023-06-20"; version = "2023-06-22"; src = fetchFromGitLab { owner = "exploit-database"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-rtxgUnmNAZDnyczucpRB0ItyM5lk0us33I/ejYTDn4U="; hash = "sha256-l9JM6j0UqMqEKpH4cTM5sqlGwIDFjjCNxOk40mdI2aY="; }; nativeBuildInputs = [ Loading