Skip to content

Commit 1bc34e6

Browse files
mpls: 0.14.0 -> 0.15.0 (#408468)
Co-authored-by: jervw <[email protected]>
2 parents 41aa41e + 0ca3c6b commit 1bc34e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mp/mpls/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
buildGoModule rec {
99
pname = "mpls";
10-
version = "0.14.0";
10+
version = "0.15.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "mhersson";
1414
repo = "mpls";
1515
tag = "v${version}";
16-
hash = "sha256-z3miAbL3qQHusWoofUp8kNNZjoGANhPjeIj39KPYyvc=";
16+
hash = "sha256-7uBhc4FRe9KxRloHJQoDb8JvKPcev2DuTftnMBnmiGs=";
1717
};
1818

19-
vendorHash = "sha256-xILlYrwcnMWAPACeELwVKGUBIK9QbrUSR03xVmNXsnE=";
19+
vendorHash = "sha256-zEJBB5xJBJuLZQ/+yDyoFbkYXpqEkRXuIIhReBPKi+g=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)