havoc: 0.6.0 -> 0.7.0 (#427002)

Co-authored-by: Videl <thibaut.smith@mailbox.org>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-21 18:19:10 +00:00
committed by GitHub
co-authored by Videl
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "havoc";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "ii8";
repo = "havoc";
rev = finalAttrs.version;
hash = "sha256-YCZdAlIDptVLMUko40gfp2BCAbhGNsYyVTDB14VTNSE=";
hash = "sha256-Hn0HrAgxrkfN+iXAt+C4rOd3/Z+ZKFVk3GGNgVtro7A=";
};
depsBuildBuild = [