host-spawn: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm
2025-07-31 13:50:38 +00:00
parent 0fccabcb91
commit 2f0e791ac1
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "host-spawn";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "1player";
repo = "host-spawn";
rev = "v${version}";
hash = "sha256-V8WI0TyJw+dkCyG8huIrg6VDFI2Kmak7bI/GXU8RI/w=";
hash = "sha256-bCEyoHsISZ2K7fOsOOAhZRv/a6RptVDlwSspomacb/0=";
};
vendorHash = "sha256-Agc3hl+VDTNW7cnh/0g4G8BgzNAX11hKASYQKieBN4M=";