Merge pull request #161938 from applePrincess/exploitdb-2022-02-25

exploitdb: 2022-02-24 -> 2022-02-25
This commit is contained in:
Fabian Affolter
2022-02-26 09:36:43 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2022-02-24";
version = "2022-02-25";
src = fetchFromGitHub {
owner = "offensive-security";
repo = pname;
rev = version;
sha256 = "sha256-aRhprR8UyPh7bok5ONy0I1YvK94c+yXvmCye2QlBU9A=";
sha256 = "sha256-KGUDtJxmx5/F77McUK/9ecHLPKblm97n2yl7ntyTzvQ=";
};
nativeBuildInputs = [ makeWrapper ];