0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

url-parser: 2.1.4 -> 2.1.5 (#401002)

This commit is contained in:
Doron Behar 2025-04-23 12:02:28 +03:00 committed by GitHub
commit e6031a08f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "url-parser";
version = "2.1.4";
version = "2.1.5";
src = fetchFromGitHub {
owner = "thegeeklab";
repo = "url-parser";
tag = "v${version}";
hash = "sha256-GIJj4t6xDXfXMWfSpUR1iI1Ju/W/2REedgtyEFgbylE=";
hash = "sha256-Kwjub9qAfHhqNL3mRzlJws1wnwVPAJ3jPYh0s/cu7+8=";
};
vendorHash = "sha256-gYkuSBgkDdAaJArsvTyZXkvYCKXkhic5XzLqPbbGVOw=";
vendorHash = "sha256-MR8SjQ8IrHC6hZTvmnqXvqJ6odo0+RIMDtMpYwY+iMs=";
ldflags = [
"-s"