url-parser: 2.0.3 -> 2.0.4

This commit is contained in:
R. Ryantm 2024-05-12 15:22:55 +00:00
parent 17a5c56edb
commit df09aa8400

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "url-parser";
version = "2.0.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "thegeeklab";
repo = "url-parser";
rev = "refs/tags/v${version}";
hash = "sha256-pu6U6YIA7+K1ZSt97Nn0IDaQFVIwMq3m7d8JidK1vJk=";
hash = "sha256-zCtCLhIWQQWKD2RM+p7HxZSPHnmo7SIZFYGT4nBCWLY=";
};
vendorHash = "sha256-QqhjS0uL2Fm2OeFkuAB8VeS7HpoS9dOhgHk/J4j9++M=";
vendorHash = "sha256-bUQNZQT13VZuglFW0zdSOBzBLDjH5PiMkKHmkSZJupw=";
ldflags = [
"-s"