gvproxy: 0.8.4 -> 0.8.5 (#391176)

This commit is contained in:
Arne Keller
2025-03-19 10:55:56 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gvproxy";
version = "0.8.4";
version = "0.8.5";
src = fetchFromGitHub {
owner = "containers";
repo = "gvisor-tap-vsock";
rev = "v${version}";
hash = "sha256-2Anh/jWnDCqGxsIz8/DMzQ5Jj9FpvxHgEk9MeqBPFms=";
hash = "sha256-rWZYwQ/wWYAbM0RRNcNboWzKUuNNPDigIFFbFdXDNuo=";
};
vendorHash = null;