url-parser: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm 2024-01-05 09:04:17 +00:00
parent 12f69cd485
commit 851da59daa

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "url-parser"; pname = "url-parser";
version = "2.0.1"; version = "2.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "thegeeklab"; owner = "thegeeklab";
repo = "url-parser"; repo = "url-parser";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-g4fpyzDgIf/4kBAfNxLst0KKa+vNSCryljFAW1j8wmc="; hash = "sha256-1KNe2sYr2DtRJGdgqs7JAA788Qa3+Z7iTntCkiJd29I=";
}; };
vendorHash = "sha256-HOlX8oHktbgnbPkRf9iUMCUpGlbcQwusMMcHJJl2nOs="; vendorHash = "sha256-DAwPYihfOorC61/UhRNNOsOaAjbu8mDBaikGJIOzk6Y=";
ldflags = [ ldflags = [
"-s" "-s"