We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41aa41e + 0ca3c6b commit 1bc34e6Copy full SHA for 1bc34e6
pkgs/by-name/mp/mpls/package.nix
@@ -7,16 +7,16 @@
7
}:
8
buildGoModule rec {
9
pname = "mpls";
10
- version = "0.14.0";
+ version = "0.15.0";
11
12
src = fetchFromGitHub {
13
owner = "mhersson";
14
repo = "mpls";
15
tag = "v${version}";
16
- hash = "sha256-z3miAbL3qQHusWoofUp8kNNZjoGANhPjeIj39KPYyvc=";
+ hash = "sha256-7uBhc4FRe9KxRloHJQoDb8JvKPcev2DuTftnMBnmiGs=";
17
};
18
19
- vendorHash = "sha256-xILlYrwcnMWAPACeELwVKGUBIK9QbrUSR03xVmNXsnE=";
+ vendorHash = "sha256-zEJBB5xJBJuLZQ/+yDyoFbkYXpqEkRXuIIhReBPKi+g=";
20
21
ldflags = [
22
"-s"
0 commit comments