mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
vunnel: 0.55.1 -> 0.55.2
Diff: https://github.com/anchore/vunnel/compare/v0.55.1...v0.55.2 Changelog: https://github.com/anchore/vunnel/releases/tag/v0.55.2
This commit is contained in:
parent
9319fcef64
commit
ec975ecd4f
1 changed files with 2 additions and 2 deletions
|
|
@ -7,14 +7,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
pname = "vunnel";
|
||||
version = "0.55.1";
|
||||
version = "0.55.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "anchore";
|
||||
repo = "vunnel";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-D3f+r+FGcdetE8kwSddVRE9qQ+LiwUHaJaUqUS086cs=";
|
||||
hash = "sha256-8+TVIvWqNRGWghJlY+eoE/T6frdI6IzyYhqPrOi1xlk=";
|
||||
leaveDotGit = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue