Skip to content

Commit f504128

Browse files
authored
vunnel: 0.30.0 -> 0.31.0 (NixOS#386922)
2 parents bb1f1aa + 8cc3f02 commit f504128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/vu/vunnel/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3.pkgs.buildPythonApplication rec {
99
pname = "vunnel";
10-
version = "0.30.0";
10+
version = "0.31.0";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "anchore";
1515
repo = "vunnel";
1616
tag = "v${version}";
17-
hash = "sha256-sWZ0y4ueUcDlbHh55iplIy0mTJOObVqeUi4hMtefjqc=";
17+
hash = "sha256-3o4ap8BElDxxg3pohzXz38AQlQbzOPeSc5/OYZg8VFM=";
1818
};
1919

2020
pythonRelaxDeps = [

0 commit comments

Comments
 (0)