mpls: 0.12.1 -> 0.13.2 (#393748)

Co-authored-by: jervw <jervw@pm.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-27 16:59:18 +00:00
committed by GitHub
co-authored by jervw
+3 -3
View File
@@ -7,16 +7,16 @@
}:
buildGoModule rec {
pname = "mpls";
version = "0.12.1";
version = "0.13.2";
src = fetchFromGitHub {
owner = "mhersson";
repo = "mpls";
tag = "v${version}";
hash = "sha256-Cipxs3wlnus2GE9ZLE4mkSDM0WHdJPL4FxFt5adSPY4=";
hash = "sha256-jcSi/ZdHP9kJRUaMkQdS6BuScp2GM4+iNGIoclYMljI=";
};
vendorHash = "sha256-6iXZWLCF0LfchcGSFrCtILLeR1Yx7oxD/7JIYyrrkHM=";
vendorHash = "sha256-xILlYrwcnMWAPACeELwVKGUBIK9QbrUSR03xVmNXsnE=";
ldflags = [
"-s"