Commit 66564f4d authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

havoc: 0.6.0 -> 0.7.0

parent 953761fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [