url-parser: 2.1.12 -> 2.1.13

This commit is contained in:
R. Ryantm
2026-01-01 00:07:12 +00:00
parent e1405b568f
commit 4748acd23b

View File

@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "url-parser";
version = "2.1.12";
version = "2.1.13";
src = fetchFromGitHub {
owner = "thegeeklab";
repo = "url-parser";
tag = "v${version}";
hash = "sha256-LZAOQ1/4tfH1Q4H/YPIoLUnfbRplWqmf5A48qsQpahE=";
hash = "sha256-/eu3smf3CeAO+cwhKTL0DB7UVJJ4AJjFjZbNyBbwIZg=";
};
vendorHash = "sha256-dnBZsV9f3V0o2VifEAIK8YxX+VnlRxL35TtaNW2nd4g=";
vendorHash = "sha256-bcMcooi5dYWs5bIOwSC/rOeb3+FBSFnWjaflTeaA4OU=";
ldflags = [
"-s"