Unverified Commit 55e23a56 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

vunnel: 0.40.1 -> 0.41.0 (#446299)

parents 122052c2 16c3739d
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.40.1";
  version = "0.41.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anchore";
    repo = "vunnel";
    tag = "v${version}";
    hash = "sha256-rO8Qhd1PEDy01Ji8uhxr1oLGU+WyYxgw1sLNCt/gaak=";
    hash = "sha256-YlyhIT8hlkFGo7xBjxa/5feiqv7H2HfA/E4+gz9cCkw=";
    leaveDotGit = true;
  };