vunnel: 0.38.2 -> 0.39.2

This commit is contained in:
R. Ryantm
2025-09-11 21:00:29 +00:00
parent 40c7c33545
commit 0ee9ce45ba

View File

@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "vunnel";
version = "0.38.2";
version = "0.39.2";
pyproject = true;
src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
tag = "v${version}";
hash = "sha256-Ec6gPwg5I5QplILFXlwl6AmwlaBytkRiQ9+FoRKdhTY=";
hash = "sha256-7dguSGEDnshjBw6ImtteE39oLbbvsMdX9hz+wmOCcYU=";
leaveDotGit = true;
};