mpls: 0.13.3 -> 0.14.0 (#401914)

Co-authored-by: jervw <jervw@pm.me>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-04-26 00:51:04 +00:00 committed by GitHub
commit 0587bb0877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "mpls";
version = "0.13.3";
version = "0.14.0";
src = fetchFromGitHub {
owner = "mhersson";
repo = "mpls";
tag = "v${version}";
hash = "sha256-sr0NZGQoaJw8LYJy13iNNos06KDHXNPbYSw3UAHi6eg=";
hash = "sha256-z3miAbL3qQHusWoofUp8kNNZjoGANhPjeIj39KPYyvc=";
};
vendorHash = "sha256-xILlYrwcnMWAPACeELwVKGUBIK9QbrUSR03xVmNXsnE=";