wireproxy: 1.1.2 -> 1.1.3 (#502008)

This commit is contained in:
Nick Cao
2026-07-17 17:12:17 +00:00
committed by GitHub
+3 -3
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "wireproxy";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "windtf";
repo = "wireproxy";
rev = "v${finalAttrs.version}";
hash = "sha256-R1G/VtyQsl7yoDwZw+24qTdeq//qYQTQwzAPvH8f+ls=";
hash = "sha256-TnwkBkLMYc8TLvgDnzNSKvJy1MBXtjeVo+nY8ePf/T4=";
};
ldflags = [
@@ -23,7 +23,7 @@ buildGoModule (finalAttrs: {
"-X main.version=v${finalAttrs.version}"
];
vendorHash = "sha256-T6RN7f05bNVL7gfhaAR0+lKZWqXvMcgjiyPldCmmvU4=";
vendorHash = "sha256-3X/0JHT0f6C7nlhD6Bh0hxyDcPZ3xqf6+wxa5VygXgo=";
passthru.tests.version = testers.testVersion {
package = wireproxy;