Merge pull request #251180 from fabaff/hahomematic-bump

exploitdb: 2023-08-22 -> 2023-08-24
This commit is contained in:
figsoda
2023-08-24 15:23:06 -04:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-08-22";
version = "2023-08-24";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FgisC2eOQ0sqy+dkUs9RZ6nJQROidEv15Hf1wUwcUPE=";
hash = "sha256-iL0RfcTOKQ3c3UErfAE0efi4HXJYHUP6RFcgDzeGJqU=";
};
nativeBuildInputs = [