multiplex: 0.1.6 -> 0.1.7 (#389745)

This commit is contained in:
Nick Cao
2025-03-14 15:20:21 -04:00
committed by GitHub
+3 -3
View File
@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "multiplex";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "pojntfx";
repo = "multiplex";
rev = "v${version}";
hash = "sha256-zU4Lnc66wY5lFxy82Mg52WSEGRyoEk9LY6E7LmeuKHs=";
hash = "sha256-+KvFBzoIYmSbuazstJae8lC0xdPtXLhFWawlc+iGGoU=";
};
vendorHash = "sha256-fS5wdBe1vuqaUBPcxLzhCMRztW8eq+MGojMVWlOZO+U=";
vendorHash = "sha256-a99zmJ89QN+bf1WgAin+Eoqaizb7vyesb4uxt5L8qNY=";
nativeBuildInputs = [
pkg-config