url-parser: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm 2023-08-26 10:55:53 +00:00
parent 203f0a1f3a
commit bc06fc0671

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "url-parser";
version = "1.0.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "thegeeklab";
repo = "url-parser";
rev = "v${version}";
hash = "sha256-rOL6merwQ6CQkdsYGOpFttkJIy2EXCKMGIbAqqmYdvM=";
hash = "sha256-A+uoxwPdWdy12Avl2Ci+zd9TFmQFA22pMbsxtWpNPpc=";
};
vendorHash = "sha256-ZaZlIGk44eX0ER2sdLdSvN2qdKVyEPsXjfCuJzJGspE=";
vendorHash = "sha256-8doDVHyhQKsBeN1H73KV/rxhpumDLIzjahdjtW79Bek=";
ldflags = [
"-s"