Unverified Commit 7ad523a4 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

vunnel: 0.46.1 -> 0.46.2 (#475265)

parents 1394a6d2 d25c2ec7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "vunnel";
  version = "0.46.1";
  version = "0.46.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anchore";
    repo = "vunnel";
    tag = "v${version}";
    hash = "sha256-WRQ3CGLdnrfRboM+0S+6ausqiAcESsJcekq09wERwNI=";
    hash = "sha256-wQ+tu6XotTN/QcemTGzeN6/pcuEb4aRJkZROQ3liY9I=";
    leaveDotGit = true;
  };