1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gvproxy: 0.7.4 -> 0.7.5

This commit is contained in:
R. Ryantm 2024-08-26 13:17:59 +00:00
parent 28d45487fa
commit 308b6c6e82

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "gvproxy"; pname = "gvproxy";
version = "0.7.4"; version = "0.7.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "containers"; owner = "containers";
repo = "gvisor-tap-vsock"; repo = "gvisor-tap-vsock";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ovNYPYLC01xt7uiaXkFsLHiywAhQVa0tELk/AA8dxqs="; hash = "sha256-A2nG3Or5EhUSjTIpV05rWVcLJpGHtAWP5/n07KjM/E8=";
}; };
vendorHash = null; vendorHash = null;