gvproxy: 0.8.0 -> 0.8.1 (#362475)

This commit is contained in:
Aleksana 2024-12-10 11:27:18 +08:00 committed by GitHub
commit 28a1c68285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gvproxy";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "containers";
repo = "gvisor-tap-vsock";
rev = "v${version}";
hash = "sha256-lRQqwbhSIvoPcoOesdTumVcrjWVdOGZU1XiSBaGyke8=";
hash = "sha256-f48dcXzzmWZ3ELswENMTmnK98eUqOtGt5GGxDU9WYmM=";
};
vendorHash = null;