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

vunnel: 0.27.0 -> 0.28.0 (#344708)

parents 158b5540 af541341
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.27.0";
  version = "0.28.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anchore";
    repo = "vunnel";
    rev = "refs/tags/v${version}";
    hash = "sha256-HRwQ2IDTa3dlxTlToiwBvjxjQgD18rv/F5OIuG7FKG8=";
    hash = "sha256-KemiM+dCLSU3a6IIbI9VKtaIeY4SVcHsuE9QwZtzNxU=";
  };

  pythonRelaxDeps = [