Skip to content

Commit

Permalink
Merge pull request NixOS#314394 from fabaff/vunnel-bump
Browse files Browse the repository at this point in the history
vunnel: 0.23.0 -> 0.23.2
  • Loading branch information
fabaff authored May 25, 2024
2 parents 85fa708 + 8205e70 commit d56fe4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/vu/vunnel/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "vunnel";
version = "0.23.0";
version = "0.23.2";
pyproject = true;

src = fetchFromGitHub {
owner = "anchore";
repo = "vunnel";
rev = "refs/tags/v${version}";
hash = "sha256-pfR3LxC1sSvLKIwq0P/9DcNkGVIIDfwMiSOpwJ7km9Y=";
hash = "sha256-wXBfrlb4i4G3Sm0SopvDVGcQ0/hRGtUdzUQYyUj8/Ps=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit d56fe4d

Please sign in to comment.