url-parser: 2.1.10 -> 2.1.11 (#455625)

This commit is contained in:
Doron Behar
2025-10-25 20:02:58 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "url-parser";
version = "2.1.10";
version = "2.1.11";
src = fetchFromGitHub {
owner = "thegeeklab";
repo = "url-parser";
tag = "v${version}";
hash = "sha256-5QpcioReUAO11QOLbU+KtUd4Zs+hi/lvNvEzDpDQbhU=";
hash = "sha256-5llWyqIO5vsjvf8NChssgWaiJ9ENUN72sy4shjmA9co=";
};
vendorHash = "sha256-3TOUdwBq6TgzZIDtaoIoi2ur83DmAjBfi1ILJIGpyJU=";
vendorHash = "sha256-SHW/l1TVq5zzYcjhkIMbF5yF5KKIbMfPgrASNQ9A3VU=";
ldflags = [
"-s"