mpls: 0.14.0 -> 0.15.0 (#408468)

Co-authored-by: jervw <jervw@pm.me>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-20 16:50:19 +00:00 committed by GitHub
commit 1bc34e6907
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,16 +7,16 @@
}:
buildGoModule rec {
pname = "mpls";
version = "0.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "mhersson";
repo = "mpls";
tag = "v${version}";
hash = "sha256-z3miAbL3qQHusWoofUp8kNNZjoGANhPjeIj39KPYyvc=";
hash = "sha256-7uBhc4FRe9KxRloHJQoDb8JvKPcev2DuTftnMBnmiGs=";
};
vendorHash = "sha256-xILlYrwcnMWAPACeELwVKGUBIK9QbrUSR03xVmNXsnE=";
vendorHash = "sha256-zEJBB5xJBJuLZQ/+yDyoFbkYXpqEkRXuIIhReBPKi+g=";
ldflags = [
"-s"