Skip to content

Commit 67f9013

Browse files
committed
url-parser: 2.1.3 -> 2.1.4
1 parent e77c31f commit 67f9013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ur/url-parser/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "url-parser";
9-
version = "2.1.3";
9+
version = "2.1.4";
1010

1111
src = fetchFromGitHub {
1212
owner = "thegeeklab";
1313
repo = "url-parser";
1414
tag = "v${version}";
15-
hash = "sha256-eAfe23aATve9d9Nhxi49ZatpbfzeZLnfPZN+ZV/tD1I=";
15+
hash = "sha256-GIJj4t6xDXfXMWfSpUR1iI1Ju/W/2REedgtyEFgbylE=";
1616
};
1717

18-
vendorHash = "sha256-Znt8C7B+tSZnzq+3DaycEu0VtkltKhODG9sB5aO99rc=";
18+
vendorHash = "sha256-gYkuSBgkDdAaJArsvTyZXkvYCKXkhic5XzLqPbbGVOw=";
1919

2020
ldflags = [
2121
"-s"

0 commit comments

Comments
 (0)