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

vunnel: 0.43.0 -> 0.44.0 (#467980)

parents ddd2477e a60f0bba
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.43.0";
  version = "0.44.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anchore";
    repo = "vunnel";
    tag = "v${version}";
    hash = "sha256-DHuNhizYDY/z3DPAPPOgGWn1m86yGHamiVCHGxlaC1w=";
    hash = "sha256-uaB8Qczb+5kIFwrJ1h/derOCzW/4C2QPr2aPOMwxMHk=";
    leaveDotGit = true;
  };