Unverified Commit e73237c9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mpls: 0.15.0 -> 0.15.2 (#411913)

parents 345e370a ac3429c8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@
}:
buildGoModule rec {
  pname = "mpls";
  version = "0.15.0";
  version = "0.15.2";

  src = fetchFromGitHub {
    owner = "mhersson";
    repo = "mpls";
    tag = "v${version}";
    hash = "sha256-7uBhc4FRe9KxRloHJQoDb8JvKPcev2DuTftnMBnmiGs=";
    hash = "sha256-UQIGg31OJ8vTqlj5JLYxOxg9oS0+PXPcdocAJbUgpzY=";
  };

  vendorHash = "sha256-zEJBB5xJBJuLZQ/+yDyoFbkYXpqEkRXuIIhReBPKi+g=";
  vendorHash = "sha256-n3DG3sR7HOQPQJW1t1qC94EKkDBgXpdmjUWtLzAE7kY=";

  ldflags = [
    "-s"