Merge pull request #161489 from applePrincess/exploitdb-2022-02-23

exploitdb: 2022-02-22 -> 2022-02-23
This commit is contained in:
Fabian Affolter
2022-02-23 11:35:48 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-02-22";
version = "2022-02-23";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-gCvxIMM1fBUhU03LnBaS+wOgr45C9Wjz5ahgT+DEZnI=";
sha256 = "sha256-5jxcx16CS35U8MVWR8Ea4hUTweQfsLSceVaQN5T5XiU=";
};
nativeBuildInputs = [ makeWrapper ];